mariadb/mysql-test/t/bug46080-master.opt
Georgi Kodinov 5beae1f8dc Bug #46080: group_concat(... order by) crashes server when
sort_buffer_size cannot allocate

The NULL return from tree_insert() (on low memory) was not
checked for in Item_func_group_concat::add(). As a result
on low memory conditions a crash happens.

Fixed by properly checking the return code.
2009-07-10 15:00:34 +03:00

1 line
71 B
Text

--skip-grant-tables --skip-name-resolve --safemalloc-mem-limit=4000000