1-- source include/not_embedded.inc
2-- source include/have_binlog_format_mixed.inc
3let collation=utf8_unicode_ci;
4--source include/have_collation.inc
5
6# REQUIREMENT
7#   replace_regex should replace output of SHOW BINLOG EVENTS
8
9create table t1 (a int, b int) engine=innodb;
10begin;
11insert into t1 values (1,2);
12commit;
13source include/show_binlog_events.inc;
14drop table t1;
15
16# This is a wrapper for binlog.test so that the same test case can be used
17# For both statement and row based bin logs 9/19/2005 [jbm]
18
19-- source include/binlog.test
20