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

« back to all changes in this revision

Viewing changes to mysql-test/suite/rpl/r/rpl_variables_stm.result

  • 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:
1
 
stop slave;
2
 
drop table if exists t1,t2,t3,t4,t5,t6,t7,t8,t9;
3
 
reset master;
4
 
reset slave;
5
 
drop table if exists t1,t2,t3,t4,t5,t6,t7,t8,t9;
6
 
start slave;
 
1
include/master-slave.inc
 
2
[connection master]
7
3
==== Initialization ====
8
4
[on master]
9
5
SET @m_pseudo_thread_id=         @@global.pseudo_thread_id;
490
486
56      NULL    47124712
491
487
57      NULL    1616
492
488
58      NULL    1717
493
 
Comparing tables master:test.tstmt and master:test.tproc
494
 
Comparing tables master:test.tstmt and master:test.tfunc
495
 
Comparing tables master:test.tstmt and master:test.ttrig
496
 
Comparing tables master:test.tstmt and master:test.tprep
497
 
Comparing tables master:test.tstmt and slave:test.tstmt
498
 
Comparing tables master:test.tstmt and slave:test.tproc
499
 
Comparing tables master:test.tstmt and slave:test.tfunc
500
 
Comparing tables master:test.tstmt and slave:test.ttrig
501
 
Comparing tables master:test.tstmt and slave:test.tprep
 
489
include/diff_tables.inc [master:tstmt,tproc,tfunc,ttrig,tprep, slave:tstmt,tproc,tfunc,ttrig,tprep]
502
490
==== Clean up ====
503
491
[on master]
504
492
DROP PROCEDURE proc;
524
512
SET @@global.time_zone=                @s_time_zone;
525
513
SET @@global.lc_time_names=            @s_lc_time_names;
526
514
SET @@global.collation_database=       @s_collation_database;
 
515
include/rpl_end.inc