summaryrefslogtreecommitdiff
path: root/mysql-test/t/count_distinct2.test
diff options
context:
space:
mode:
authorsasha@mysql.sashanet.com <>2001-05-29 18:53:37 -0600
committersasha@mysql.sashanet.com <>2001-05-29 18:53:37 -0600
commit6ecaac01f063c695e068b981aab1b8e06741aea1 (patch)
tree42f41e1efa80a528b784080d3adbf953e1712214 /mysql-test/t/count_distinct2.test
parent73e6a6905209b92413c43f9da750278e98a6932a (diff)
downloadmariadb-git-6ecaac01f063c695e068b981aab1b8e06741aea1.tar.gz
count(distinct) cleanup
Diffstat (limited to 'mysql-test/t/count_distinct2.test')
-rw-r--r--mysql-test/t/count_distinct2.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/count_distinct2.test b/mysql-test/t/count_distinct2.test
index 2447a7c3611..33d4cf54278 100644
--- a/mysql-test/t/count_distinct2.test
+++ b/mysql-test/t/count_distinct2.test
@@ -45,7 +45,7 @@ select count(distinct n2), n1 from t1 group by n1;
drop table t1;
# test the converstion from tree to MyISAM
-create table t1 (n int);
+create table t1 (n int default NULL);
let $1=5000;
while ($1)
{