Bug #112406 FLUSH TABLE missing from grammar
Submitted: 21 Sep 2023 6:08 Modified: 5 Feb 2024 21:35
Reporter: Geert Vanderkelen Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Documentation Severity:S3 (Non-critical)
Version: OS:Any
Assigned to: CPU Architecture:Any

[21 Sep 2023 6:08] Geert Vanderkelen
Description:
According to the docs:

"FLUSH TABLE is a synonym for FLUSH TABLES."

This is however missing in the grammar shown on: https://dev.mysql.com/doc/refman/8.0/en/flush.html

(This was reported on MySQL Slack by Jerry)

How to repeat:
Check the manual at https://dev.mysql.com/doc/refman/8.0/en/flush.html

Suggested fix:
Synonyms are being documented elsewhere, like the (in)famous { DATABASE | SCHEMA } found here:

https://dev.mysql.com/doc/refman/8.0/en/create-database.html
[21 Sep 2023 6:31] MySQL Verification Team
Hello Geert,

Thank you for the report and feedback.

Sincerely,
Umesh
[26 Sep 2023 19:27] Jean-François Gagné
The same applies to LOCK TBALES.
https://dev.mysql.com/doc/refman/8.0/en/lock-tables.html
[5 Feb 2024 21:35] Jon Stephens
Hi, Geert!

Fixed in all current versions of the Manual, in mysqldoc rev 77773.

Closed.