1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

postmerge fix

This commit is contained in:
unknown
2005-11-23 02:49:44 +02:00
parent ffc506e910
commit 4aea839bde
5 changed files with 76 additions and 78 deletions

View File

@ -913,6 +913,7 @@ bool Table_triggers_list::check_n_load(THD *thd, const char *db,
thd->db= save_db.str;
thd->db_length= save_db.length;
thd->lex= old_lex;
thd->spcont= save_spcont;
thd->variables.sql_mode= save_sql_mode;
DBUG_RETURN(0);