Details
-
Task
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Fixed
-
None
Description
This could be done in the parser (don't forget to change both default and oracle-mode parsers), with a rule
slave_or_replica: SLAVE | REPLICA_SYM ;
|
or in the lexer, with one-liner in lex.h
{ "REPLICA", SYM(SLAVE)}, |
Attachments
Issue Links
- causes
-
MDEV-24362 Privilege aliases are missing from SHOW PRIVILEGES
- Open
- is part of
-
MDEV-18777 Rename or alias slave-related statements, options, status variables
- Stalled