dolthub / vitess

Vitess is a database clustering system for horizontal scaling of MySQL.
http://vitess.io
Apache License 2.0
23 stars 22 forks source link

Parser support for `FLUSH TABLES` statement #334

Closed fulghum closed 7 months ago

fulghum commented 7 months ago

Adds parser support for the FLUSH TABLES <tablename_list> [WITH READ LOCK] statement.

Also adds SHOW MASTER STATUS as an alias for SHOW BINARY LOG STATUS for compatibility with clients that use the older syntax (e.g. Debezium).