diff options
author | unknown <anozdrin/alik@ibm.> | 2007-06-19 01:54:35 +0400 |
---|---|---|
committer | unknown <anozdrin/alik@ibm.> | 2007-06-19 01:54:35 +0400 |
commit | c6d220e9fb3259f886749d78466517e1fcd1e99e (patch) | |
tree | c2e7a6a1cda3207e8c054066b2eeb56bd98ddcc8 /sql/sql_trigger.cc | |
parent | 5b013eb685a6f744b45c11b67e6ab3bef95661c8 (diff) | |
download | mariadb-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_trigger.cc')
-rw-r--r-- | sql/sql_trigger.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_trigger.cc b/sql/sql_trigger.cc index cf6db22fbcb..5762614e47f 100644 --- a/sql/sql_trigger.cc +++ b/sql/sql_trigger.cc @@ -982,7 +982,7 @@ bool Table_triggers_list::check_n_load(THD *thd, const char *db, Lex_input_stream lip(thd, trg_create_str->str, trg_create_str->length); thd->m_lip= &lip; lex_start(thd); - thd->spcont= 0; + thd->spcont= NULL; int err= MYSQLparse((void *)thd); if (err || thd->is_fatal_error) |