diff options
author | unknown <konstantin@mysql.com> | 2005-03-15 16:54:11 +0300 |
---|---|---|
committer | unknown <konstantin@mysql.com> | 2005-03-15 16:54:11 +0300 |
commit | 9af776c8cbad88bf4d42686c91a6aa8a67484d56 (patch) | |
tree | 13a52c31ea7da128178364e649b973fdc2c27531 /mysql-test/t/count_distinct2.test | |
parent | 6c82fa800c83481015e1a7dcf80f29d192c22e06 (diff) | |
download | mariadb-git-9af776c8cbad88bf4d42686c91a6aa8a67484d56.tar.gz |
Cleanup
Diffstat (limited to 'mysql-test/t/count_distinct2.test')
-rw-r--r-- | mysql-test/t/count_distinct2.test | 2 |
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; |