Morgan Tocker

Results 61 comments of Morgan Tocker

> Importer isn't registered on PD though, so we can't use PD to discover Importer. .. but it could be? :-) So start tikv-importer with the address of a pd...

> Placing the code outside the plugin means the user still needs to deploy the two programs. The only difference is being able to execute the command as SQL vs...

> @morgo This is just awesome ! I guess this PR also applies to release-5.0, because the most majority of the content in release-5.0 is the same with that in...

My hope is that we do more work on this (add a chinese translation version) before merging it. I pushed the changes I have previously made locally so I could...

It's this syntax: ``` ALGORITHM=INPLACE, LOCK=NONE; ``` See: https://dev.mysql.com/doc/refman/5.7/en/innodb-online-ddl-operations.html

@dveeden Is there a known _public_ TiFlash bug we can point to so users will know when this is resolved? (or documenters; since we rarely track supported platforms diligently). I...

> I'm not aware of any public bugs that cover this. Can we link to this PR/issue since it has a little more context.

It looks like the problem occurs when TiDB needs column `c` to have a 64-bit signed value *and* a 64-bit unsigned value. It selects 64-bit signed, and incorrectly represents 18446744073709551615...

I recommend deploying TiDB with tiup: https://tiup.io/ (you can think of it as similar to dbdeployer, but TiDB specific) Multi-threads will work against TiDB the same as MySQL, since this...