mysql-tester icon indicating copy to clipboard operation
mysql-tester copied to clipboard

it should be possible to skip certain warnings via configuration

Open morgo opened this issue 4 years ago • 0 comments

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 possible to silence these generically so test output can be compared to MySQL using the same tester.

morgo avatar Nov 11 '21 23:11 morgo