~ubuntu-branches/ubuntu/maverick/mysql-5.1/maverick-proposed

« back to all changes in this revision

Viewing changes to mysql-test/extra/rpl_tests/rpl_not_null.test

  • Committer: Package Import Robot
  • Author(s): Marc Deslauriers
  • Date: 2012-02-22 14:16:05 UTC
  • mto: This revision was merged to the branch mainline in revision 20.
  • Revision ID: package-import@ubuntu.com-20120222141605-nxlu9yzc6attylc2
Tags: upstream-5.1.61
ImportĀ upstreamĀ versionĀ 5.1.61

Show diffs side-by-side

added added

removed removed

Lines of Context:
71
71
sync_slave_with_master;
72
72
 
73
73
--echo TABLES t1 and t2 must be equal otherwise an error will be thrown. 
74
 
let $diff_table_1=master:test.t1;
75
 
let $diff_table_2=slave:test.t1;
 
74
let $diff_tables= master:t1, slave:t1;
76
75
source include/diff_tables.inc;
77
76
 
78
 
let $diff_table_1=master:test.t2;
79
 
let $diff_table_2=slave:test.t2;
 
77
let $diff_tables= master:t2, slave:t2;
80
78
source include/diff_tables.inc;
81
79
 
82
80
--echo TABLES t2 and t3 must be different.
101
99
sync_slave_with_master;
102
100
 
103
101
--echo TABLES t1 and t2 must be equal otherwise an error will be thrown. 
104
 
let $diff_table_1=master:test.t1;
105
 
let $diff_table_2=slave:test.t1;
 
102
let $diff_tables= master:t1, slave:t1;
106
103
source include/diff_tables.inc;
107
104
 
108
105
--echo ************* CLEANING *************
154
151
--echo ************* SHOWING THE RESULT SETS WITH UPDATES and REPLACES *************
155
152
--echo TABLES t1 and t2 must be equal otherwise an error will be thrown. 
156
153
sync_slave_with_master;
157
 
let $diff_table_1=master:test.t1;
158
 
let $diff_table_2=slave:test.t1;
 
154
let $diff_tables= master:t1, slave:t1;
159
155
source include/diff_tables.inc;
160
156
 
161
157
connection master;
273
269
#  SELECT * FROM t3 ORDER BY a;
274
270
#  connection slave;
275
271
#  SELECT * FROM t3 ORDER BY a;
276
 
#  --source include/reset_master_and_slave.inc
 
272
#  --source include/rpl_reset.inc
277
273
#  
278
274
#  connection master;
279
275
#