pingcap / mysql-tester

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

update enable_info #113

Closed Defined2014 closed 9 months ago

Defined2014 commented 10 months ago
  1. Update go-sql-driver/mysql to support get LastMessage() and RowsAffected(). https://github.com/Defined2014/mysql/commit/9bc18244ae3e78338ca58c296038e05e6b46824f
  2. Support enable_info and disable_info.
bb7133 commented 9 months ago

LGTM

It would be great if https://github.com/Defined2014/mysql/commit/9bc18244ae3e78338ca58c296038e05e6b46824f can be merged into the upstream.