pingcap / mysql-tester

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

Add support for --replace_column #43

Closed mjonss closed 2 years ago

mjonss commented 2 years ago

Adds support for the mysqltest command:

--replace_column

So it is easier to create stable tests and port mysql-test-run tests.

Part of https://github.com/pingcap/mysql-tester/issues/29

CLAassistant commented 2 years ago

CLA assistant check
All committers have signed the CLA.

mjonss commented 2 years ago

/cc @morgo