pingcap / mysql-tester

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

replace MySQLWarning with MySQLError #38

Closed hawkingrei closed 2 years ago

hawkingrei commented 2 years ago

Signed-off-by: Weizhen Wang wangweizhen@pingcap.com

fix build error.

go build -o mysql-tester ./src
# github.com/pingcap/mysql-tester/src
src/main.go:148:26: undefined: mysql
CLAassistant commented 2 years ago

CLA assistant check
All committers have signed the CLA.

hawkingrei commented 2 years ago

@zimulala @bb7133 PTAL

/cc @zimulala @bb7133

dveeden commented 2 years ago

37 and #39 fix the same issue