summaryrefslogtreecommitdiff
path: root/mysql-test/suite/rpl/include/rpl_mixed_check_table.inc
blob: 80f40ea71217f0dfad2179865864b9facc02ecac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#########################################
# Author: Serge Kozlov skozlov@mysql.com
# Date: 07/10/2006
# Purpose: Checking created tables on master and same tables on slave 
# Requirements: 
#########################################

SHOW CREATE TABLE t1;
SHOW CREATE TABLE t2;
sync_slave_with_master;
USE test_rpl;
SHOW CREATE TABLE t1;
SHOW CREATE TABLE t2;
connection master;