summaryrefslogtreecommitdiff
path: root/mysql-test/t/count_distinct2.test
diff options
context:
space:
mode:
authorkonstantin@mysql.com <>2005-03-15 16:54:11 +0300
committerkonstantin@mysql.com <>2005-03-15 16:54:11 +0300
commit021f8d217052d791111a9c8e639f485f3f213e6b (patch)
tree13a52c31ea7da128178364e649b973fdc2c27531 /mysql-test/t/count_distinct2.test
parent37905eea500fccb4d03bde1421e90928ca3988b4 (diff)
downloadmariadb-git-021f8d217052d791111a9c8e639f485f3f213e6b.tar.gz
Cleanup
Diffstat (limited to 'mysql-test/t/count_distinct2.test')
-rw-r--r--mysql-test/t/count_distinct2.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/count_distinct2.test b/mysql-test/t/count_distinct2.test
index 9100f622dec..2b982e3e620 100644
--- a/mysql-test/t/count_distinct2.test
+++ b/mysql-test/t/count_distinct2.test
@@ -64,7 +64,7 @@ select count(distinct n) from t1;
show status like 'Created_tmp_disk_tables';
drop table t1;
-#test conversion from heap to MyISAM
+# Test use of MyISAM tmp tables
create table t1 (s text);
let $1=5000;
disable_query_log;