~percona-toolkit-dev/percona-toolkit/release-2.2.2

« back to all changes in this revision

Viewing changes to t/lib/samples/relay-binlog001-at-1708.txt

  • Committer: Daniel Nichter
  • Date: 2011-06-24 17:22:06 UTC
  • Revision ID: daniel@percona.com-20110624172206-c7q4s4ad6r260zz6
Add lib/, t/lib/, and sandbox/.  All modules are updated and passing on MySQL 5.1.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*!40019 SET @@session.max_insert_delayed_threads=0*/;
 
2
/*!50003 SET @OLD_COMPLETION_TYPE=@@COMPLETION_TYPE,COMPLETION_TYPE=0*/;
 
3
DELIMITER /*!*/;
 
4
# at 1708
 
5
#090910  8:26:23 server id 12345  end_log_pos 1898      Query   thread_id=3     exec_time=0     error_code=0
 
6
use issue_96/*!*/;
 
7
SET TIMESTAMP=1252592783/*!*/;
 
8
SET @@session.foreign_key_checks=1, @@session.sql_auto_is_null=1, @@session.unique_checks=1/*!*/;
 
9
SET @@session.sql_mode=0/*!*/;
 
10
/*!\C latin1 *//*!*/;
 
11
SET @@session.character_set_client=8,@@session.collation_connection=8,@@session.collation_server=8/*!*/;
 
12
INSERT INTO t2 VALUES
 
13
   (1,'ABC','lo'),
 
14
   (NULL,'CHY','ch'),
 
15
   (2,'BFN','na'),
 
16
   (NULL,NULL,'gl'),
 
17
   (12,'TTT','ty'),
 
18
   (4,'CPR','zz'),  
 
19
   (8,'CSX','dz'),
 
20
   (9,NULL,NULL),
 
21
   (NULL,NULL,NULL),
 
22
   (11,'PBR',NULL),
 
23
   (NULL,'THR',NULL),
 
24
   (6,NULL,'jr')
 
25
/*!*/;
 
26
# at 2035
 
27
#090910  8:26:23 server id 12345  end_log_pos 1925      Xid = 18
 
28
COMMIT/*!*/;
 
29
DELIMITER ;
 
30
# End of log file
 
31
ROLLBACK /* added by mysqlbinlog */;
 
32
/*!50003 SET COMPLETION_TYPE=@OLD_COMPLETION_TYPE*/;