1
# Requires statement logging
2
# TODO: Create row based version once $DRIZZLE_BINLOG has new RB version
4
# Check that user variables are binlogged correctly (BUG#3875)
5
create table t1 (a varchar(50));
9
INSERT INTO t1 VALUES(@`a b`);
11
SET @var2=char(ascii('a'));
12
insert into t1 values (@var1),(@var2);
13
source include/show_binlog_events.inc;
15
# more important than SHOW BINLOG EVENTS, mysqlbinlog (where we
16
# absolutely need variables names to be quoted and strings to be
18
--replace_result $DRIZZLE_TEST_DIR DRIZZLE_TEST_DIR
20
--exec $DRIZZLE_BINLOG --short-form $MYSQLTEST_VARDIR/log/master-bin.000001