mirror of
https://github.com/MariaDB/server.git
synced 2026-05-09 16:44:29 +02:00
Add innodb_bug53756-master.opt for innodb_bug53756 test.
This commit is contained in:
parent
7f19cc824f
commit
19ea597a38
3 changed files with 3 additions and 2 deletions
|
|
@ -78,7 +78,7 @@ ROLLBACK;
|
|||
|
||||
# connection default selects resulting data.
|
||||
# Delete of row 1 was committed.
|
||||
# Dpdate of row 3 was committed.
|
||||
# Update of row 3 was committed.
|
||||
# Due to isolation level read committed, these should be included.
|
||||
# All other changes should not be included.
|
||||
SELECT * FROM bug_53756;
|
||||
|
|
|
|||
1
mysql-test/suite/innodb/t/innodb_bug53756-master.opt
Normal file
1
mysql-test/suite/innodb/t/innodb_bug53756-master.opt
Normal file
|
|
@ -0,0 +1 @@
|
|||
--skip-stack-trace --skip-core-file
|
||||
|
|
@ -114,7 +114,7 @@ ROLLBACK;
|
|||
--echo
|
||||
--echo # connection default selects resulting data.
|
||||
--echo # Delete of row 1 was committed.
|
||||
--echo # Dpdate of row 3 was committed.
|
||||
--echo # Update of row 3 was committed.
|
||||
--echo # Due to isolation level read committed, these should be included.
|
||||
--echo # All other changes should not be included.
|
||||
--connection default
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue