diff options
author | monty@hundin.mysql.fi <> | 2001-10-08 07:24:04 +0300 |
---|---|---|
committer | monty@hundin.mysql.fi <> | 2001-10-08 07:24:04 +0300 |
commit | 2f603156eddc80d74db506604953c97eab169ace (patch) | |
tree | 368e07bec37e044cbac9f95a7ca572c494968756 /mysql-test/r/count_distinct2.result | |
parent | 938a8dc2ef15eb0878c9a71f2f60ae521084494a (diff) | |
download | mariadb-git-2f603156eddc80d74db506604953c97eab169ace.tar.gz |
Cleanup after last merge
Diffstat (limited to 'mysql-test/r/count_distinct2.result')
-rw-r--r-- | mysql-test/r/count_distinct2.result | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/r/count_distinct2.result b/mysql-test/r/count_distinct2.result index 192116db21d..131e3b325ec 100644 --- a/mysql-test/r/count_distinct2.result +++ b/mysql-test/r/count_distinct2.result @@ -1,3 +1,4 @@ +drop table if exists t1; create table t1(n1 int, n2 int, s char(20), vs varchar(20), t text); insert into t1 values (1,11, 'one','eleven', 'eleven'), (1,11, 'one','eleven', 'eleven'), |