Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
2.5.13
-
None
-
linux
Description
MariaDB [(none)]> show BINLOGS;
|
ERROR 1064 (42000): In line 1:
|
Error! Expecting `MASTER, SLAVE, BINLOGS or VARIABLES`:
|
show BINLOGS
|
_____^_
|
I think the error msg should be "BINARY LOGS" not "BINLOGS". As this command is supported...
SHOW BINARY LOGS;