summaryrefslogtreecommitdiff
path: root/mysql-test/r/count_distinct2.result
diff options
context:
space:
mode:
authorunknown <gluh@gluh.mysql.r18.ru>2004-12-30 19:16:44 +0300
committerunknown <gluh@gluh.mysql.r18.ru>2004-12-30 19:16:44 +0300
commitecf24c66cf316baaf632fc998fbccfc305b68931 (patch)
tree7ccd23aaff094fc776f4f483aa7a0e3c31e1603f /mysql-test/r/count_distinct2.result
parent525242d37f2f422c9ace66a3697768fcb3c95f1c (diff)
downloadmariadb-git-ecf24c66cf316baaf632fc998fbccfc305b68931.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.result4
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;