summaryrefslogtreecommitdiff
path: root/mysql-test/t
diff options
context:
space:
mode:
authorunknown <kostja@oak.local>2003-08-01 18:49:30 +0400
committerunknown <kostja@oak.local>2003-08-01 18:49:30 +0400
commit7fc417047d6165bcd93dfcd88554bb4d068a7320 (patch)
tree6254694f5e233c60e57349fedcf10118c2b23dfd /mysql-test/t
parent79fea68bd7da9735fdbb9d6e4c40879d0e72ff70 (diff)
downloadmariadb-git-7fc417047d6165bcd93dfcd88554bb4d068a7320.tar.gz
added disable_query_log to fulltext2.test
mysql-test/r/fulltext2.result: result updated mysql-test/t/fulltext2.test: test is now more silent BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
Diffstat (limited to 'mysql-test/t')
-rw-r--r--mysql-test/t/fulltext2.test2
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/t/fulltext2.test b/mysql-test/t/fulltext2.test
index 2c0d352a870..b739d60e3b3 100644
--- a/mysql-test/t/fulltext2.test
+++ b/mysql-test/t/fulltext2.test
@@ -17,6 +17,7 @@ CREATE TABLE t1 (
) TYPE=MyISAM;
# two-level entry, second-level tree with depth 2
+--disable_query_log
let $1=260;
while ($1)
{
@@ -39,6 +40,7 @@ while ($1)
eval insert t1 (a) values ('aaayyy');
dec $1;
}
+--enable_query_log
# converting to two-level
repair table t1 quick;