Closed fulghum closed 7 months ago
Adds parser support for the FLUSH TABLES <tablename_list> [WITH READ LOCK] statement.
FLUSH TABLES <tablename_list> [WITH READ LOCK]
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).
SHOW MASTER STATUS
SHOW BINARY LOG STATUS
Adds parser support for the
FLUSH TABLES <tablename_list> [WITH READ LOCK]
statement.Also adds
SHOW MASTER STATUS
as an alias forSHOW BINARY LOG STATUS
for compatibility with clients that use the older syntax (e.g. Debezium).