~ubuntu-branches/ubuntu/precise/mysql-5.1/precise

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Chuck Short
  • Date: 2010-06-21 15:31:05 UTC
  • mfrom: (1.1.3 upstream)
  • mto: This revision was merged to the branch mainline in revision 6.
  • Revision ID: james.westby@ubuntu.com-20100621153105-pbbz3t6nyrf9t2zq
Tags: upstream-5.1.48
ImportĀ upstreamĀ versionĀ 5.1.48

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
insert into t4 select * from t3;
13
13
rename table t1 to t5, t2 to t1;
14
14
flush no_write_to_binlog tables;
15
 
SHOW BINLOG EVENTS FROM 656 ;
 
15
show binlog events from <binlog_start>;
16
16
Log_name        Pos     Event_type      Server_id       End_log_pos     Info
17
 
master-bin.000001       #       Query   1       #       use `test`; rename table t1 to t5, t2 to t1
 
17
master-bin.000001       #       Query   #       #       use `test`; rename table t1 to t5, t2 to t1
18
18
select * from t3;
19
19
a
20
20
flush tables;
21
 
SHOW BINLOG EVENTS FROM 656 ;
22
 
Log_name        Pos     Event_type      Server_id       End_log_pos     Info
23
 
master-bin.000001       #       Query   1       #       use `test`; rename table t1 to t5, t2 to t1
24
 
master-bin.000001       #       Query   1       #       use `test`; flush tables
25
21
select * from t3;
26
22
a
27
23
stop slave;