diff options
author | sasha@mysql.sashanet.com <> | 2001-05-24 17:06:53 -0600 |
---|---|---|
committer | sasha@mysql.sashanet.com <> | 2001-05-24 17:06:53 -0600 |
commit | 072cca77b2107df1302ad183f86441f7006d8aed (patch) | |
tree | 0556f9414f47140d32040504811d813034d86f7d /mysql-test/t/count_distinct2-master.opt | |
parent | ac379c408a9597df642410714be7126a8e9dd0ac (diff) | |
download | mariadb-git-072cca77b2107df1302ad183f86441f7006d8aed.tar.gz |
handle tree overflow in count(distinct)
test heap table/tree overflow in count(distinct)
Diffstat (limited to 'mysql-test/t/count_distinct2-master.opt')
-rw-r--r-- | mysql-test/t/count_distinct2-master.opt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/t/count_distinct2-master.opt b/mysql-test/t/count_distinct2-master.opt new file mode 100644 index 00000000000..8f1be6dce3a --- /dev/null +++ b/mysql-test/t/count_distinct2-master.opt @@ -0,0 +1 @@ +-O max_heap_table_size=16384 |