summaryrefslogtreecommitdiff
path: root/mysql-test/suite/sys_vars/t/disabled.def
diff options
context:
space:
mode:
authorSergei Golubchik <sergii@pisem.net>2012-01-16 21:02:43 +0100
committerSergei Golubchik <sergii@pisem.net>2012-01-16 21:02:43 +0100
commitbaca1a40e98c4d1ac107118f5f4b6012f398bdf2 (patch)
treec9f7524e3d7fd190c9e676e59c55612978b1f88e /mysql-test/suite/sys_vars/t/disabled.def
parent0c075461759d88a2bfb180f8a557f7ba6adb0688 (diff)
downloadmariadb-git-baca1a40e98c4d1ac107118f5f4b6012f398bdf2.tar.gz
enable test cases for bugs fixed in xtradb.
disable test cases for bugs not fixed in xtradb. mysql-test/suite/innodb/t/innodb-lock.test: instead of disabling the test in disabled.def (hoping that somebody someday will enable it), skip it only for xtradb (not for innodb), and only for the current xtradb version. the test will enable itself automatically on the next xtradb merge mysql-test/suite/innodb/t/innodb_cmp_drop_table.test: instead of disabling the test in disabled.def (hoping that somebody someday will enable it), skip it only for xtradb (not for innodb), and only for the current xtradb version. the test will enable itself automatically on the next xtradb merge mysql-test/suite/innodb/t/innodb_corrupt_bit.test: fix the error number storage/innobase/handler/ha_innodb.cc: fix the error number storage/xtradb/handler/ha_innodb.cc: fix the error number
Diffstat (limited to 'mysql-test/suite/sys_vars/t/disabled.def')
-rw-r--r--mysql-test/suite/sys_vars/t/disabled.def3
1 files changed, 0 insertions, 3 deletions
diff --git a/mysql-test/suite/sys_vars/t/disabled.def b/mysql-test/suite/sys_vars/t/disabled.def
index 133754ed6ce..888298bbb09 100644
--- a/mysql-test/suite/sys_vars/t/disabled.def
+++ b/mysql-test/suite/sys_vars/t/disabled.def
@@ -9,6 +9,3 @@
# Do not use any TAB characters for whitespace.
#
##############################################################################
-
-innodb_force_load_corrupted_basic : not in XtraDB (yet?)
-innodb_random_read_ahead_basic : not in XtraDB (yet?)