diff options
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); |