1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

Merge bk-internal.mysql.com:/home/bk/mysql-5.0-runtime

into  ibm.opbmk:/home/alik/Documents/MySQL/devel/5.0-rt-build
This commit is contained in:
anozdrin/alik@ibm.opbmk
2007-06-20 12:46:15 +04:00
5 changed files with 6 additions and 6 deletions

View File

@ -126,7 +126,7 @@ MYSQL_ERROR *push_warning(THD *thd, MYSQL_ERROR::enum_warning_level level,
sp_rcontext *spcont= thd->spcont;
thd->no_warnings_for_error= 1;
thd->spcont= 0;
thd->spcont= NULL;
thd->killed= THD::KILL_BAD_DATA;
my_message(code, msg, MYF(0));