diff options
author | unknown <gluh@gluh.mysql.r18.ru> | 2004-12-30 19:16:44 +0300 |
---|---|---|
committer | unknown <gluh@gluh.mysql.r18.ru> | 2004-12-30 19:16:44 +0300 |
commit | ecf24c66cf316baaf632fc998fbccfc305b68931 (patch) | |
tree | 7ccd23aaff094fc776f4f483aa7a0e3c31e1603f /mysql-test | |
parent | 525242d37f2f422c9ace66a3697768fcb3c95f1c (diff) | |
download | mariadb-git-ecf24c66cf316baaf632fc998fbccfc305b68931.tar.gz |
Removed unnecessary chahges from previous commit(see ChangeSet 1.1761 04/12/30)
Diffstat (limited to 'mysql-test')
-rw-r--r-- | mysql-test/r/count_distinct2.result | 4 | ||||
-rw-r--r-- | mysql-test/r/temp_table.result | 2 |
2 files changed, 3 insertions, 3 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; diff --git a/mysql-test/r/temp_table.result b/mysql-test/r/temp_table.result index 2dd58f54327..6e36f24d8b0 100644 --- a/mysql-test/r/temp_table.result +++ b/mysql-test/r/temp_table.result @@ -94,6 +94,6 @@ d 2002-10-24 14:50:40 show status like "created_tmp%tables"; Variable_name Value -Created_tmp_disk_tables 0 +Created_tmp_disk_tables 1 Created_tmp_tables 2 drop table t1; |