mirror of
https://github.com/MariaDB/server.git
synced 2026-04-30 04:05:32 +02:00
After review fixes
client/mysql.cc: check for "error" added sql/sql_db.cc: typo fixed
This commit is contained in:
parent
84405cbaa8
commit
935585a336
2 changed files with 3 additions and 2 deletions
|
|
@ -670,7 +670,7 @@ int mysql_rm_db(THD *thd,char *db,bool if_exists, bool silent)
|
|||
}
|
||||
thd->server_status|= SERVER_STATUS_DB_DROPPED;
|
||||
send_ok(thd, (ulong) deleted);
|
||||
thd->server_status&= !SERVER_STATUS_DB_DROPPED;
|
||||
thd->server_status&= ~SERVER_STATUS_DB_DROPPED;
|
||||
}
|
||||
|
||||
exit:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue