Morgan Tocker
Morgan Tocker
When running the mysql-tester against a MySQL 8.0 server a lot of the tests will complain about: - integer display width is deprecated. - utf8[mb3] is deprecated. It should be...
It will be useful for new users.
The guide should suggest how to configure timeouts, row limits and when workload='olap' should be used.
This is helpful to discuss deployment scenarios and recommendations.
The [upgrade guide](https://vitess.io/docs/user-guides/upgrading-vitess/) has a few problems: * It says that Vitess uses semver. We are moving to something that is more correctly described as monotonic versioning, we should just...
In #346 there are two pieces of review feedback: * There isn't any WithAtomicity reference in the Vitess codebase outside of this document (an obvious out of date content piece)....
* VTTablet modes should be multiple Guides (Use Vitess with externally Managed MySQL etc) * VTExplain should be something like "Check Queries for Compatibility" * Backing Up and Restoring Data...
I noticed that in `vagrant_scripts/my56_bootstrap.sh` you are pulling MySQL debs directly from dev.mysql.com. Not to dissuade you if it works, but there are two alternatives that might work better: 1....
8.3+ has a [new GTID format](https://dev.mysql.com/doc/relnotes/mysql/8.3/en/news-8-3-0.html#mysqld-8-3-0-global-transaction-ids), which in theory should be backward compatible, but it's worth verifying. 8.4 is GA, so once added we can remove 8.1 and 8.2.
Easiest way to reproduce seems to be to: - Add a unique index to non unique data. It will not know there's a problem until it gets to checksum phase....