Commit 119640db authored by Jimmy Yang's avatar Jimmy Yang

Add innodb_bug53756-master.opt for innodb_bug53756 test.

parent c5d02463
......@@ -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;
......
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment