diff options
author | Jimmy Yang <jimmy.yang@oracle.com> | 2010-07-05 19:26:38 -0700 |
---|---|---|
committer | Jimmy Yang <jimmy.yang@oracle.com> | 2010-07-05 19:26:38 -0700 |
commit | 19ea597a385c768fe749c48c2453036a3fb7d6d8 (patch) | |
tree | 5bee1debecf46e1ac04ee94bde2664c8687152d7 | |
parent | 7f19cc824f0ad0367f731783bb45e0d7bff98be4 (diff) | |
download | mariadb-git-19ea597a385c768fe749c48c2453036a3fb7d6d8.tar.gz |
Add innodb_bug53756-master.opt for innodb_bug53756 test.
-rw-r--r-- | mysql-test/suite/innodb/r/innodb_bug53756.result | 2 | ||||
-rw-r--r-- | mysql-test/suite/innodb/t/innodb_bug53756-master.opt | 1 | ||||
-rw-r--r-- | mysql-test/suite/innodb/t/innodb_bug53756.test | 2 |
3 files changed, 3 insertions, 2 deletions
diff --git a/mysql-test/suite/innodb/r/innodb_bug53756.result b/mysql-test/suite/innodb/r/innodb_bug53756.result index 67797f9c90f..37453be8201 100644 --- a/mysql-test/suite/innodb/r/innodb_bug53756.result +++ b/mysql-test/suite/innodb/r/innodb_bug53756.result @@ -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; diff --git a/mysql-test/suite/innodb/t/innodb_bug53756-master.opt b/mysql-test/suite/innodb/t/innodb_bug53756-master.opt new file mode 100644 index 00000000000..425fda95086 --- /dev/null +++ b/mysql-test/suite/innodb/t/innodb_bug53756-master.opt @@ -0,0 +1 @@ +--skip-stack-trace --skip-core-file diff --git a/mysql-test/suite/innodb/t/innodb_bug53756.test b/mysql-test/suite/innodb/t/innodb_bug53756.test index 85a09478486..8324f2640a2 100644 --- a/mysql-test/suite/innodb/t/innodb_bug53756.test +++ b/mysql-test/suite/innodb/t/innodb_bug53756.test @@ -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 |