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
-
Hello Andrei,
Please review the changes for
MDEV-20601.Patch: https://github.com/MariaDB/server/commit/23686b2bafe2f3f9614d68923dfd4aea7641dbcc
BuildBot Results: http://buildbot.askmonty.org/buildbot/grid?category=main&branch=bb-10.5-sujatha
Thank you.