diff options
author | gluh@gluh.mysql.r18.ru <> | 2004-12-30 19:16:44 +0300 |
---|---|---|
committer | gluh@gluh.mysql.r18.ru <> | 2004-12-30 19:16:44 +0300 |
commit | 551456b30ce34f359ea2d72ca393a4f3c35c940e (patch) | |
tree | 7ccd23aaff094fc776f4f483aa7a0e3c31e1603f /mysql-test/r/count_distinct2.result | |
parent | 50266af38caddb9d9d0186431976969e6050d88c (diff) | |
download | mariadb-git-551456b30ce34f359ea2d72ca393a4f3c35c940e.tar.gz |
Removed unnecessary chahges from previous commit(see ChangeSet 1.1761 04/12/30)
Diffstat (limited to 'mysql-test/r/count_distinct2.result')
-rw-r--r-- | mysql-test/r/count_distinct2.result | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/r/count_distinct2.result b/mysql-test/r/count_distinct2.result index 131e3b325ec..f6b888dec3b 100644 --- a/mysql-test/r/count_distinct2.result +++ b/mysql-test/r/count_distinct2.result @@ -116,7 +116,7 @@ count(distinct n) 5000 show status like 'Created_tmp_disk_tables'; Variable_name Value -Created_tmp_disk_tables 1 +Created_tmp_disk_tables 2 drop table t1; create table t1 (s text); flush status; @@ -125,5 +125,5 @@ count(distinct s) 5000 show status like 'Created_tmp_disk_tables'; Variable_name Value -Created_tmp_disk_tables 1 +Created_tmp_disk_tables 2 drop table t1; |