diff options
author | unknown <holyfoot/hf@mysql.com/deer.(none)> | 2006-07-18 16:43:39 +0500 |
---|---|---|
committer | unknown <holyfoot/hf@mysql.com/deer.(none)> | 2006-07-18 16:43:39 +0500 |
commit | b33085b49a2af96618769f1268dbd19574a4043e (patch) | |
tree | ce08bf51020b326c89464a97bbda2af70a64ecc3 /sql/sql_parse.cc | |
parent | 2dfdcae3989a12e513aee2ba2df86edfb27b0e7e (diff) | |
download | mariadb-git-b33085b49a2af96618769f1268dbd19574a4043e.tar.gz |
merging
Diffstat (limited to 'sql/sql_parse.cc')
-rw-r--r-- | sql/sql_parse.cc | 1 |
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); |