mirror of
https://github.com/MariaDB/server.git
synced 2025-01-21 06:22:28 +01:00
17 lines
430 B
HTML
17 lines
430 B
HTML
#########################################
|
|
# Author: Serge Kozlov skozlov@mysql.com
|
|
# Date: 07/10/2006
|
|
# Purpose: Showing events from work tables on master and on slave
|
|
# Requirements:
|
|
#########################################
|
|
|
|
--echo ==========MASTER==========
|
|
--replace_column 8 # 9 #
|
|
SHOW EVENTS;
|
|
sync_slave_with_master;
|
|
--echo ==========SLAVE===========
|
|
USE test_rpl;
|
|
--replace_column 8 # 9 #
|
|
SHOW EVENTS;
|
|
connection master;
|
|
|