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/count_distinct2.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/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 f6b888dec3b..131e3b325ec 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 2 +Created_tmp_disk_tables 1 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 2 +Created_tmp_disk_tables 1 drop table t1; |