[MDEV-20601] Make REPLICA a synonym for SLAVE in SQL statements Created: 2019-09-16 Updated: 2023-09-15 Resolved: 2020-02-04 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Replication |
| Fix Version/s: | 10.5.1 |
| Type: | Task | Priority: | Critical |
| Reporter: | Sergei Golubchik | Assignee: | Sujatha Sivakumar (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||||||||||
| Description |
|
This could be done in the parser (don't forget to change both default and oracle-mode parsers), with a rule
or in the lexer, with one-liner in lex.h
|
| Comments |
| Comment by Sujatha Sivakumar (Inactive) [ 2020-01-07 ] |
|
Hello Andrei, Please review the changes for 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. |
| Comment by Andrei Elkin [ 2020-02-04 ] |
|
Thanks for the patch! |
| Comment by Sujatha Sivakumar (Inactive) [ 2020-02-04 ] |
|
Fix is implemented in 10.5.1 |