~inaam-rana/mysql-server/5.5

« back to all changes in this revision

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

Merge MySQL 5.5.30.

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
master-bin.000001       #       Write_rows      #       #       table_id: # flags: STMT_END_F
11
11
master-bin.000001       #       Query   #       #       COMMIT
12
12
flush logs;
 
13
/*!50530 SET @@SESSION.PSEUDO_SLAVE_MODE=1*/;
13
14
/*!40019 SET @@session.max_insert_delayed_threads=0*/;
14
15
/*!50003 SET @OLD_COMPLETION_TYPE=@@COMPLETION_TYPE,COMPLETION_TYPE=0*/;
15
16
DELIMITER /*!*/;
32
33
# End of log file
33
34
ROLLBACK /* added by mysqlbinlog */;
34
35
/*!50003 SET COMPLETION_TYPE=@OLD_COMPLETION_TYPE*/;
 
36
/*!50530 SET @@SESSION.PSEUDO_SLAVE_MODE=0*/;
35
37
drop table t2;