pingcap / mysql-tester

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

Support `--replace_regex` #112

Closed Defined2014 closed 10 months ago

Defined2014 commented 10 months ago

ref https://github.com/pingcap/mysql-tester/issues/110

You could read the example via t/example.test

ref link from mysql https://github.com/search?q=repo%3Amysql%2Fmysql-server%20--replace_regex&type=code

Defined2014 commented 10 months ago

@tiancaiamao @bb7133 PTAL

Defined2014 commented 10 months ago

LGTM. Do we need to document that the replace_regex command has a different regex engine than MySQL's mysqltester?

Good suggestion, I will add this todo in https://github.com/pingcap/mysql-tester/issues/110