mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
XA (not completely polished out yet)
This commit is contained in:
@@ -109,7 +109,7 @@ SET @`a b`='hello';
|
||||
INSERT INTO t1 VALUES(@`a b`);
|
||||
set @var1= "';aaa";
|
||||
insert into t1 values (@var1);
|
||||
show binlog events from 95;
|
||||
show binlog events from 96;
|
||||
# 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