~jlukas79/+junk/mysql-server

« back to all changes in this revision

Viewing changes to mysql-test/suite/binlog/r/binlog_row_ctype_ucs.result

manual merge 6.0-main --> 6.0-bka-review

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
insert into t2 values (@v);
6
6
show binlog events from <binlog_start>;
7
7
Log_name        Pos     Event_type      Server_id       End_log_pos     Info
 
8
master-bin.000001       #       Query   #       #       use `test`; BEGIN
8
9
master-bin.000001       #       Table_map       #       #       table_id: # (test.t2)
9
10
master-bin.000001       #       Write_rows      #       #       table_id: # flags: STMT_END_F
 
11
master-bin.000001       #       Query   #       #       use `test`; COMMIT
10
12
flush logs;
11
13
/*!40019 SET @@session.max_insert_delayed_threads=0*/;
12
14
/*!50003 SET @OLD_COMPLETION_TYPE=@@COMPLETION_TYPE,COMPLETION_TYPE=0*/;
13
15
DELIMITER /*!*/;
14
16
ROLLBACK/*!*/;
 
17
use test/*!*/;
 
18
SET TIMESTAMP=10000/*!*/;
 
19
SET @@session.pseudo_thread_id=999999999/*!*/;
 
20
SET @@session.foreign_key_checks=1, @@session.sql_auto_is_null=1, @@session.unique_checks=1/*!*/;
 
21
SET @@session.sql_mode=0/*!*/;
 
22
SET @@session.auto_increment_increment=1, @@session.auto_increment_offset=1/*!*/;
 
23
/*!\C latin1 *//*!*/;
 
24
SET @@session.character_set_client=8,@@session.collation_connection=8,@@session.collation_server=8/*!*/;
 
25
SET @@session.lc_time_names=0/*!*/;
 
26
SET @@session.collation_database=DEFAULT/*!*/;
 
27
BEGIN
 
28
/*!*/;
 
29
SET TIMESTAMP=10000/*!*/;
 
30
COMMIT
 
31
/*!*/;
15
32
DELIMITER ;
16
33
# End of log file
17
34
ROLLBACK /* added by mysqlbinlog */;