Closed morgo closed 3 years ago
Implements https://github.com/pingcap/parser/pull/1154 for release-4.0 branch.
A new FLUSH CLIENT_ERRORS_SUMMARY statement is added.
FLUSH CLIENT_ERRORS_SUMMARY
The corresponding PR in TiDB is https://github.com/pingcap/tidb/pull/23267
Tests
Code changes
Side effects
Related changes
/lgtm
LGTM
/merge
/run-all-tests
What problem does this PR solve?
Implements https://github.com/pingcap/parser/pull/1154 for release-4.0 branch.
What is changed and how it works?
A new
FLUSH CLIENT_ERRORS_SUMMARY
statement is added.The corresponding PR in TiDB is https://github.com/pingcap/tidb/pull/23267
Check List
Tests
Code changes
Side effects
Related changes