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

« back to all changes in this revision

Viewing changes to mysql-test/r/flush_block_commit_notembedded.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:
7
7
INSERT t1 VALUES (1);
8
8
# Switch to connection con2
9
9
FLUSH TABLES WITH READ LOCK;
10
 
SHOW MASTER STATUS;
11
 
File    Position        Binlog_Do_DB    Binlog_Ignore_DB
12
 
master-bin.000001       106             
 
10
show binlog events from <binlog_start>;
 
11
Log_name        Pos     Event_type      Server_id       End_log_pos     Info
13
12
# Switch to connection con1
14
13
COMMIT;
15
14
# Switch to connection con2
16
 
SHOW MASTER STATUS;
17
 
File    Position        Binlog_Do_DB    Binlog_Ignore_DB
18
 
master-bin.000001       106             
 
15
show binlog events from <binlog_start>;
 
16
Log_name        Pos     Event_type      Server_id       End_log_pos     Info
19
17
UNLOCK TABLES;
20
18
# Switch to connection con1
21
19
DROP TABLE t1;