mirror of
https://github.com/MariaDB/server.git
synced 2026-04-25 01:35:31 +02:00
Partial fix for Bug#11764622 57480: MEMORY LEAK WHEN HAVING 256+ TABLES
Port vasil.dimov@oracle.com-20111205082626-87j5f48dq1ouk86r from mysql-trunk
This commit is contained in:
parent
1b6cb0128a
commit
841e8ddbc5
1 changed files with 1 additions and 1 deletions
|
|
@ -1857,7 +1857,7 @@ pars_sql(
|
|||
|
||||
ut_ad(str);
|
||||
|
||||
heap = mem_heap_create(256);
|
||||
heap = mem_heap_create(16000);
|
||||
|
||||
/* Currently, the parser is not reentrant: */
|
||||
ut_ad(mutex_own(&(dict_sys->mutex)));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue