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/r/temp_table.result | |
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/r/temp_table.result')
-rw-r--r-- | mysql-test/r/temp_table.result | 2 |
1 files changed, 1 insertions, 1 deletions
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; |