summaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorunknown <monty@mashka.mysql.fi>2003-02-04 06:44:29 +0200
committerunknown <monty@mashka.mysql.fi>2003-02-04 06:44:29 +0200
commit5a7189cf8c238c991e2b590ee3bb968d13fed63c (patch)
tree9422199b72af37e7e45cf053811938d70083bcfa /sql
parentadfe2c3ab4f62288458de25175312de3e1b6a29c (diff)
downloadmariadb-git-5a7189cf8c238c991e2b590ee3bb968d13fed63c.tar.gz
After merge fix
include/violite.h: Indentation cleanup
Diffstat (limited to 'sql')
-rw-r--r--sql/sql_parse.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_parse.cc b/sql/sql_parse.cc
index ae0cda01c1a..a9085e253b3 100644
--- a/sql/sql_parse.cc
+++ b/sql/sql_parse.cc
@@ -1210,7 +1210,7 @@ bool dispatch_command(enum enum_server_command command, THD *thd,
DBUG_PRINT("query",("%-.4096s",thd->query));
mysql_parse(thd,thd->query, thd->query_length);
- while (!thd->killed && !thd->fatal_error && thd->lex.found_colon)
+ while (!thd->killed && !thd->is_fatal_error && thd->lex.found_colon)
{
char *packet= thd->lex.found_colon;
/*