Commit 841e8ddb authored by Vasil Dimov's avatar Vasil Dimov

Partial fix for Bug#11764622 57480: MEMORY LEAK WHEN HAVING 256+ TABLES

Port vasil.dimov@oracle.com-20111205082626-87j5f48dq1ouk86r from mysql-trunk
parent 1b6cb012
...@@ -1857,7 +1857,7 @@ pars_sql( ...@@ -1857,7 +1857,7 @@ pars_sql(
ut_ad(str); ut_ad(str);
heap = mem_heap_create(256); heap = mem_heap_create(16000);
/* Currently, the parser is not reentrant: */ /* Currently, the parser is not reentrant: */
ut_ad(mutex_own(&(dict_sys->mutex))); ut_ad(mutex_own(&(dict_sys->mutex)));
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment