mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02:00
After merge fixes
Remove compiler warnings
This commit is contained in:
parent
c46fb742b8
commit
430347f126
15 changed files with 56 additions and 30 deletions
|
|
@ -324,7 +324,7 @@ CREATE TEMPORARY TABLE IF NOT EXISTS t2 (primary key (a)) engine=innodb select *
|
|||
ROLLBACK;
|
||||
SELECT * from t2;
|
||||
DROP TABLE t1,t2;
|
||||
--replace_regex /table_id: [0-9]+/table_id: #/
|
||||
--replace_regex /table_id: [0-9]+/table_id: #/ /\/\* xid=.* \*\//\/* xid= *\//
|
||||
show binlog events from 102;
|
||||
|
||||
# Test for BUG#16559 (ROLLBACK should always have a zero error code in
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue