summaryrefslogtreecommitdiff
path: root/mysql-test/t/myisam.test
diff options
context:
space:
mode:
authorSergey Vojtovich <svoj@sun.com>2009-10-15 12:31:11 +0500
committerSergey Vojtovich <svoj@sun.com>2009-10-15 12:31:11 +0500
commit62f36f908a47c15a1dbeb631a9412ca59f46a6a7 (patch)
tree06a6c5c36ca2f306d9b6d46bc7e93bee2041f1e5 /mysql-test/t/myisam.test
parentd9ea1943449478e52522e42af0c6aa7b778387ce (diff)
downloadmariadb-git-62f36f908a47c15a1dbeb631a9412ca59f46a6a7.tar.gz
Disabled part of test for BUG#47073 until additional fix is pushed.
Diffstat (limited to 'mysql-test/t/myisam.test')
-rw-r--r--mysql-test/t/myisam.test11
1 files changed, 7 insertions, 4 deletions
diff --git a/mysql-test/t/myisam.test b/mysql-test/t/myisam.test
index faeb5ee686a..e4ea939f348 100644
--- a/mysql-test/t/myisam.test
+++ b/mysql-test/t/myisam.test
@@ -1538,11 +1538,14 @@ INSERT INTO t1 SELECT a+2560,b FROM t1;
INSERT INTO t1 SELECT a+5120,b FROM t1;
SET myisam_sort_buffer_size=4;
REPAIR TABLE t1;
-SET myisam_repair_threads=2;
+
+# !!! Disabled until additional fix for BUG#47073 is pushed.
+#SET myisam_repair_threads=2;
# May report different values depending on threads activity.
---replace_regex /changed from [0-9]+/changed from #/
-REPAIR TABLE t1;
-SET myisam_repair_threads=@@global.myisam_repair_threads;
+#--replace_regex /changed from [0-9]+/changed from #/
+#REPAIR TABLE t1;
+#SET myisam_repair_threads=@@global.myisam_repair_threads;
+
SET myisam_sort_buffer_size=@@global.myisam_sort_buffer_size;
DROP TABLE t1;