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/handler.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/handler.cc')
-rw-r--r-- | sql/handler.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/handler.cc b/sql/handler.cc index 867ac7ff778..70d50f3f34f 100644 --- a/sql/handler.cc +++ b/sql/handler.cc @@ -1343,7 +1343,7 @@ int ha_delete_table(THD *thd, enum db_type table_type, const char *path, strmake(buff, thd->net.last_error, sizeof(buff)-1); thd->query_error= 0; - thd->spcont= 0; + thd->spcont= NULL; thd->lex->current_select= 0; thd->net.last_error[0]= 0; |