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

« back to all changes in this revision

Viewing changes to mysql-test/suite/rpl/t/rpl_auto_increment_update_failure.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:
159
159
sync_slave_with_master;
160
160
--echo #Test if the results are consistent on master and slave
161
161
--echo #for 'UPDATE MORE THAN ONE TABLES ON TOP-STATEMENT'
162
 
let $diff_table_1=master:test.t1;
163
 
let $diff_table_2=slave:test.t1;
 
162
let $diff_tables= master:t1, slave:t1;
164
163
source include/diff_tables.inc;
165
 
let $diff_table_1=master:test.t2;
166
 
let $diff_table_2=slave:test.t2;
 
164
let $diff_tables= master:t2, slave:t2;
167
165
source include/diff_tables.inc;
168
166
 
169
167
connection master;
199
197
sync_slave_with_master;
200
198
--echo #Test if the results are consistent on master and slave
201
199
--echo #for 'INSERT DATA INTO VIEW WHICH INVOLVED MORE THAN ONE TABLES'
202
 
let $diff_table_1=master:test.t1;
203
 
let $diff_table_2=slave:test.t1;
 
200
let $diff_tables= master:t1, slave:t1;
204
201
source include/diff_tables.inc;
205
 
let $diff_table_1=master:test.t2;
206
 
let $diff_table_2=slave:test.t2;
 
202
let $diff_tables= master:t2, slave:t2;
207
203
source include/diff_tables.inc;
208
204
 
209
205
connection master;
212
208
drop view  v15;
213
209
sync_slave_with_master;
214
210
 
 
211
--source include/rpl_end.inc