diff options
author | anozdrin/alik@ibm.opbmk <> | 2007-06-20 12:46:15 +0400 |
---|---|---|
committer | anozdrin/alik@ibm.opbmk <> | 2007-06-20 12:46:15 +0400 |
commit | c5baa61fe47e8530ec0bb45f5b3bdaff53ae66b0 (patch) | |
tree | 16c299c76d624e9cf72cb36ccfb16d5f805d8d4c /sql/sql_error.cc | |
parent | 325b8835c7384b1471f92c953d50666124845bc4 (diff) | |
parent | 8c8ab0488e7026397f8d8e2075511281da792b1b (diff) | |
download | mariadb-git-c5baa61fe47e8530ec0bb45f5b3bdaff53ae66b0.tar.gz |
Merge bk-internal.mysql.com:/home/bk/mysql-5.0-runtime
into ibm.opbmk:/home/alik/Documents/MySQL/devel/5.0-rt-build
Diffstat (limited to 'sql/sql_error.cc')
-rw-r--r-- | sql/sql_error.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_error.cc b/sql/sql_error.cc index a25c82c7721..344a0c00db8 100644 --- a/sql/sql_error.cc +++ b/sql/sql_error.cc @@ -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)); |