summaryrefslogtreecommitdiff
path: root/sql/sql_error.cc
diff options
context:
space:
mode:
authorunknown <anozdrin/alik@ibm.>2007-06-19 01:54:35 +0400
committerunknown <anozdrin/alik@ibm.>2007-06-19 01:54:35 +0400
commitc6d220e9fb3259f886749d78466517e1fcd1e99e (patch)
treec2e7a6a1cda3207e8c054066b2eeb56bd98ddcc8 /sql/sql_error.cc
parent5b013eb685a6f744b45c11b67e6ab3bef95661c8 (diff)
downloadmariadb-git-c6d220e9fb3259f886749d78466517e1fcd1e99e.tar.gz
Fix typo in the patch for BUG#25411 on 24-Apr-2007.
sql/handler.cc: Polishing to have the consistent code. sql/sp_head.cc: Polishing to have the consistent code. sql/sql_error.cc: Polishing to have the consistent code. sql/sql_trigger.cc: Polishing to have the consistent code.
Diffstat (limited to 'sql/sql_error.cc')
-rw-r--r--sql/sql_error.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_error.cc b/sql/sql_error.cc
index 61a7581908c..4b7774286ba 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));