1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-30 05:23:50 +03:00
Files
mariadb/mysql-test/suite
Sujatha 42e825dd0a MDEV-20601: Make REPLICA a synonym for SLAVE in SQL statements
Fix:
===
Add "REPLICA" as an alias for "SLAVE". All commands which use "SLAVE" keyword
can be used with new alias "REPLICA".

List of commands:

On Master:
=========
SHOW REPLICA HOSTS <--> SHOW SLAVE HOSTS
Privilege "SLAVE"  <--> "REPLICA"

On Slave:
=========
START SLAVE       <--> START REPLICA
START ALL SLAVES  <--> START ALL REPLICAS
START SLAVE UNTIL <--> START REPLICA UNTIL
STOP SLAVE        <--> STOP REPLICA
STOP ALL SLAVES   <--> STOP ALL REPLICAS
RESET SLAVE       <--> RESET REPLICA
RESET SLAVE ALL   <--> RESET REPLICA ALL
SLAVE_POS         <--> REPLICA_POS
2020-02-04 18:16:21 +05:30
..
2020-01-28 14:17:09 +02:00
2020-01-28 14:17:09 +02:00
2019-12-16 07:47:17 +02:00
2020-01-09 09:03:30 +02:00
2019-12-27 21:17:16 +02:00
2020-01-29 15:06:06 +02:00
2020-01-29 15:06:06 +02:00
2020-01-20 16:48:56 +02:00
2020-01-20 15:49:48 +02:00
2020-01-28 14:17:09 +02:00
2020-01-24 14:50:23 +01:00
2020-01-20 16:48:56 +02:00
2020-01-20 16:48:56 +02:00
2020-01-28 14:17:09 +02:00
2019-12-16 07:47:17 +02:00
2020-01-28 14:17:09 +02:00
2020-01-07 14:10:15 +02:00
2020-01-29 15:06:06 +02:00
2019-12-30 10:29:43 +02:00
2020-01-20 15:49:48 +02:00