mirror of
https://github.com/MariaDB/server.git
synced 2026-04-29 11:45:32 +02:00
Manual merge of mysql-5.1-bugteam to mysql-trunk-merge.
Conflicts: Text conflict in mysql-test/r/explain.result Text conflict in mysql-test/t/explain.test Text conflict in sql/net_serv.cc Text conflict in sql/sp_head.cc Text conflict in sql/sql_priv.h
This commit is contained in:
commit
77b0e89328
19 changed files with 180 additions and 58 deletions
|
|
@ -2194,6 +2194,7 @@ void LEX::cleanup_lex_after_parse_error(THD *thd)
|
|||
*/
|
||||
if (thd->lex->sphead)
|
||||
{
|
||||
thd->lex->sphead->restore_thd_mem_root(thd);
|
||||
delete thd->lex->sphead;
|
||||
thd->lex->sphead= NULL;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue