pingcap / mysql-tester

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

update parser to the latest version to support RESOURCE GROUP grammar #104

Closed tiancaiamao closed 11 months ago

tiancaiamao commented 11 months ago

Fix this error:

ERRO[0000] run test [privilege/privileges] err: sql:CREATE RESOURCE GROUP rg1 ru_per_sec=1000;: [parser:1064]You have an error in your SQL syntax; check the manual that corresponds to your TiDB version for the right syntax to use line 1 column 36 near "ru_per_sec=1000;"  
ERRO[0000] 1 tests failed         

The old parser does not support this syntax:

CREATE RESOURCE GROUP rg1 ru_per_sec=1000;
CLAassistant commented 11 months ago

CLA assistant check
All committers have signed the CLA.

Defined2014 commented 11 months ago

/approve

tiancaiamao commented 11 months ago

/merge