1
0
mirror of https://github.com/MariaDB/server.git synced 2025-09-02 09:41:40 +03:00

Add innodb_bug53756-master.opt for innodb_bug53756 test.

This commit is contained in:
Jimmy Yang
2010-07-05 19:26:38 -07:00
parent 0d32867763
commit f0fe99523c
3 changed files with 3 additions and 2 deletions

View File

@@ -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;