1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Fix typo in the patch for BUG#25411 on 24-Apr-2007.

This commit is contained in:
anozdrin/alik@ibm.
2007-06-19 01:54:35 +04:00
parent 4b427bde82
commit 8c8ab0488e
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));