pingcap / mysql-tester

A Golang implementation of MySQL Test Framework
Apache License 2.0
61 stars 62 forks source link

Improve mysql-tester, enhance some implementations #109

Closed Defined2014 closed 10 months ago

Defined2014 commented 10 months ago
  1. Remove dependence on tidb/parser, avoid parser error caused by untimely updates.
  2. Support tidb_multi_statement_mode and enable it by default.
  3. Remove internal txn to support optimistic txn.
  4. Remove singleQuery related codes.
  5. Remove IsQuery check, print execute result regardless what type of SQL is.
Defined2014 commented 10 months ago

/cc @bb7133 @tiancaiamao PTAL