diff options
author | Calvin Sun <calvin.sun@oracle.com> | 2010-05-28 02:41:03 -0500 |
---|---|---|
committer | Calvin Sun <calvin.sun@oracle.com> | 2010-05-28 02:41:03 -0500 |
commit | 5c11f02904a110937ae1dc58fd55c6fb44d2c38f (patch) | |
tree | 2dbaae39cf56d52e2ef7992ab889bbade8139df3 /mysql-test | |
parent | 8cd8a83a441e99962e700888d217f0dfd7808655 (diff) | |
download | mariadb-git-5c11f02904a110937ae1dc58fd55c6fb44d2c38f.tar.gz |
mysql-trunk-innodb: undo r3119 of disabling test cases.
r3119 does not prevent the crash even the test is disabled.
The crash occurs during shutdown.
Diffstat (limited to 'mysql-test')
-rw-r--r-- | mysql-test/t/bug46760.test | 6 | ||||
-rw-r--r-- | mysql-test/t/innodb_autoinc_lock_mode_zero.test | 6 | ||||
-rw-r--r-- | mysql-test/t/innodb_bug30919.test | 6 | ||||
-rw-r--r-- | mysql-test/t/lock_tables_lost_commit.test | 6 |
4 files changed, 0 insertions, 24 deletions
diff --git a/mysql-test/t/bug46760.test b/mysql-test/t/bug46760.test index 32b0dd3c715..f55edbbfa42 100644 --- a/mysql-test/t/bug46760.test +++ b/mysql-test/t/bug46760.test @@ -1,9 +1,3 @@ ---source include/not_windows_embedded.inc -# remove this when -# Bug#53947 InnoDB: Assertion failure in thread 4224 in file -# .\sync\sync0sync.c line 324 -# is fixed - -- source include/have_innodb.inc --echo # diff --git a/mysql-test/t/innodb_autoinc_lock_mode_zero.test b/mysql-test/t/innodb_autoinc_lock_mode_zero.test index 2a9c69b9876..96f748673c0 100644 --- a/mysql-test/t/innodb_autoinc_lock_mode_zero.test +++ b/mysql-test/t/innodb_autoinc_lock_mode_zero.test @@ -1,9 +1,3 @@ ---source include/not_windows_embedded.inc -# remove this when -# Bug#53947 InnoDB: Assertion failure in thread 4224 in file -# .\sync\sync0sync.c line 324 -# is fixed - # This test runs with old-style locking, as: # --innodb-autoinc-lock-mode=0 diff --git a/mysql-test/t/innodb_bug30919.test b/mysql-test/t/innodb_bug30919.test index 2b09a76b1df..56b2c7bc03d 100644 --- a/mysql-test/t/innodb_bug30919.test +++ b/mysql-test/t/innodb_bug30919.test @@ -1,9 +1,3 @@ ---source include/not_windows_embedded.inc -# remove this when -# Bug#53947 InnoDB: Assertion failure in thread 4224 in file -# .\sync\sync0sync.c line 324 -# is fixed - --source include/have_innodb.inc --source include/have_partition.inc --vertical_results diff --git a/mysql-test/t/lock_tables_lost_commit.test b/mysql-test/t/lock_tables_lost_commit.test index f7ce6df87cf..754c8f3c378 100644 --- a/mysql-test/t/lock_tables_lost_commit.test +++ b/mysql-test/t/lock_tables_lost_commit.test @@ -1,9 +1,3 @@ ---source include/not_windows_embedded.inc -# remove this when -# Bug#53947 InnoDB: Assertion failure in thread 4224 in file -# .\sync\sync0sync.c line 324 -# is fixed - # Test for Bug#578 mysqlimport -l silently fails when binlog-ignore-db is set --source include/have_innodb.inc |