~ubuntu-branches/ubuntu/trusty/mysql-5.6/trusty

« back to all changes in this revision

Viewing changes to mysql-test/suite/rpl/include/rpl_mixed_check_event.inc

  • Committer: Package Import Robot
  • Author(s): James Page
  • Date: 2014-02-12 11:54:27 UTC
  • Revision ID: package-import@ubuntu.com-20140212115427-oq6tfsqxl1wuwehi
Tags: upstream-5.6.15
ImportĀ upstreamĀ versionĀ 5.6.15

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#########################################
 
2
# Author: Serge Kozlov skozlov@mysql.com
 
3
# Date: 07/10/2006
 
4
# Purpose: Showing events from work tables on master and on slave
 
5
# Requirements: 
 
6
#########################################
 
7
 
 
8
--echo ==========MASTER==========
 
9
--replace_column 8 # 9 #
 
10
SHOW EVENTS;
 
11
sync_slave_with_master;
 
12
--echo ==========SLAVE===========
 
13
USE test_rpl;
 
14
--replace_column 8 # 9 #
 
15
SHOW EVENTS;
 
16
connection master;
 
17