summaryrefslogtreecommitdiff
path: root/sql/sql_parse.cc
diff options
context:
space:
mode:
authorunknown <holyfoot/hf@mysql.com/deer.(none)>2006-07-18 16:43:39 +0500
committerunknown <holyfoot/hf@mysql.com/deer.(none)>2006-07-18 16:43:39 +0500
commitb33085b49a2af96618769f1268dbd19574a4043e (patch)
treece08bf51020b326c89464a97bbda2af70a64ecc3 /sql/sql_parse.cc
parent2dfdcae3989a12e513aee2ba2df86edfb27b0e7e (diff)
downloadmariadb-git-b33085b49a2af96618769f1268dbd19574a4043e.tar.gz
merging
Diffstat (limited to 'sql/sql_parse.cc')
-rw-r--r--sql/sql_parse.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/sql_parse.cc b/sql/sql_parse.cc
index 94e2d8e4c37..e37bc7cc3f7 100644
--- a/sql/sql_parse.cc
+++ b/sql/sql_parse.cc
@@ -306,6 +306,7 @@ int check_user(THD *thd, enum enum_server_command command,
/* Send the error to the client */
net_send_error(thd);
DBUG_RETURN(-1);
+ }
}
send_ok(thd);
DBUG_RETURN(0);