mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
merge with mysql-5.5.21
This commit is contained in:
@ -5742,6 +5742,8 @@ void mysql_parse(THD *thd, char *rawbuf, uint length,
|
||||
query_cache_abort(&thd->query_cache_tls);
|
||||
}
|
||||
thd_proc_info(thd, "freeing items");
|
||||
sp_cache_enforce_limit(thd->sp_proc_cache, stored_program_cache_size);
|
||||
sp_cache_enforce_limit(thd->sp_func_cache, stored_program_cache_size);
|
||||
thd->end_statement();
|
||||
thd->cleanup_after_query();
|
||||
DBUG_ASSERT(thd->change_list.is_empty());
|
||||
|
Reference in New Issue
Block a user