# Embedded server does not support binlogging--sourceinclude/not_embedded.inc# Check that user variables are binlogged correctly (BUG#3875)createtablet1(avarchar(50));resetmaster;SETTIMESTAMP=10000;SET@`a b`='hello';INSERTINTOt1VALUES(@`a b`);set@var1="';aaa";SET@var2=char(ascii('a'));insertintot1values(@var1),(@var2);
# more important than SHOW BINLOG EVENTS, mysqlbinlog (where we# absolutely need variables names to be quoted and strings to be# escaped).--replace_result$MYSQL_TEST_DIRMYSQL_TEST_DIR--exec$MYSQL_BINLOG--short-form$MYSQL_TEST_DIR/var/log/master-bin.000001droptablet1;