diff options
author | unknown <gluh@gluh.mysql.r18.ru> | 2005-02-23 15:15:36 +0300 |
---|---|---|
committer | unknown <gluh@gluh.mysql.r18.ru> | 2005-02-23 15:15:36 +0300 |
commit | 9e1ead5a4a0e9fcf8396f30db7999e5498670893 (patch) | |
tree | 1fdd00168d3ac7bc840d4435065a7ebb3ee11c66 /mysql-test/r/temp_table.result | |
parent | 8f62bf27940662ac910be1b0d3d5d8d96e2cf7a9 (diff) | |
download | mariadb-git-9e1ead5a4a0e9fcf8396f30db7999e5498670893.tar.gz |
Fix for bug #7217: information_schema: columns are varbinary() instead of timestamp &
bug #7215: information_schema: columns are longtext instead of varchar
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 6e36f24d8b0..2dd58f54327 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 1 +Created_tmp_disk_tables 0 Created_tmp_tables 2 drop table t1; |