Results 37 comments of Zach Moazeni

I saw that and: > GitHub now has previews on all inputs that use GFM. This live preview should be considered deprecated. It may not render exactly the same way...

Oooh. That may work nicely. I may toy with that.

@etagwerker I haven't heard anything. Go forth!

I've linked to @reissbaker's comment to a few others who I've seen ask the same question. So I put together an example repository showing how to use it. https://github.com/zmoazeni/rust-crossbuild

I haven't run gh-ost on Google Cloud SQL, but I can help with the `--gcp` flag. It currently just changes the way the connection is validated because GCP sets the...

Thanks @sunkaiqin TIL! Skimming that doc this popped out to me: https://cloud.google.com/sql/docs/mysql/replication/tips#external-replica It looks like you could run a replica on non-CloudSQL that replicates from CloudSQL? It may be annoying...

What is the table definition of `messages` and the gh-ost command you're running?

Oh this is an interesting one. Perhaps @shlomi-noach has more ideas on it. I don't know if gh-ost has any issues using a varchar primary key like that. One thought...

I'm guessing this is either a data issue or a version issue of either MySQL or an older binary of gh-ost. Using Percona 5.7 and the latest release of gh-ost,...

> Good idea, I will try to dump the table and see if it happens, the annoying part is that the table is 220G and dump will take a long...