diff options
author | unknown <igor@rurik.mysql.com> | 2005-06-07 03:05:57 -0700 |
---|---|---|
committer | unknown <igor@rurik.mysql.com> | 2005-06-07 03:05:57 -0700 |
commit | 4da133cabf43b4c53f33f5d529b2b7d7b43af3d5 (patch) | |
tree | 1567594821af194ea5d889382825c2064b87ccf0 /myisam/mi_rsame.c | |
parent | 936b9319b8219daffab3bc6650a02801bf53c8bd (diff) | |
download | mariadb-git-4da133cabf43b4c53f33f5d529b2b7d7b43af3d5.tar.gz |
sql_select.cc, item_buff.cc, item.h:
Fixed bug #11088: a crash for queries with GROUP BY a BLOB column
+ COUNT(DISTINCT...) due to an attempt to allocate a too large
buffer for the BLOB field.
Now the size of the buffer is limited by max_sort_length.
group_by.test, group_by.result:
Added a test case for bug #11088.
mysql-test/r/group_by.result:
Added a test case for bug #11088.
mysql-test/t/group_by.test:
Added a test case for bug #11088.
sql/item.h:
Fixed bug #11088: a crash for queries with GROUP BY a BLOB column
+ COUNT(DISTINCT...) due to an attempt to allocate a too large
buffer for the BLOB fields.
Now the size of the buffer is limited by max_sort_length.
sql/item_buff.cc:
Fixed bug #11088: a crash for queries with GROUP BY a BLOB column
+ COUNT(DISTINCT...) due to an attempt to allocate a too large
buffer for the BLOB fields.
Now the size of the buffer is limited by max_sort_length.
sql/sql_select.cc:
Fixed bug #11088: a crash for queries with GROUP BY a BLOB column
+ COUNT(DISTINCT...) due to an attempt to allocate a too large
buffer for the BLOB fields.
Now the size of the buffer is limited by max_sort_length.
Diffstat (limited to 'myisam/mi_rsame.c')
0 files changed, 0 insertions, 0 deletions