mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
manually merged
This commit is contained in:
@@ -110,7 +110,8 @@ INSERT INTO t1 VALUES(@`a b`);
|
||||
set @var1= "';aaa";
|
||||
SET @var2=char(ascii('a'));
|
||||
insert into t1 values (@var1),(@var2);
|
||||
show binlog events from 95;
|
||||
show binlog events from 96;
|
||||
flush logs;
|
||||
# more important than SHOW BINLOG EVENTS, mysqlbinlog (where we
|
||||
# absolutely need variables names to be quoted and strings to be
|
||||
# escaped).
|
||||
|
||||
Reference in New Issue
Block a user