diff options
author | monty@mysql.com <> | 2005-02-28 12:18:39 +0200 |
---|---|---|
committer | monty@mysql.com <> | 2005-02-28 12:18:39 +0200 |
commit | 3839e443a4fc031c183434558bc0588639707b36 (patch) | |
tree | f466a4f954ca82d8aae5e4d3ab0a985e7fdce2f7 /sql/sql_db.cc | |
parent | 21ca91aac6ed60571e9ccfe3af02c6bc32acd1f7 (diff) | |
parent | ab11370de686d656f34cedab2b06f35b3e84a315 (diff) | |
download | mariadb-git-3839e443a4fc031c183434558bc0588639707b36.tar.gz |
merge with 4.1
Diffstat (limited to 'sql/sql_db.cc')
-rw-r--r-- | sql/sql_db.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/sql_db.cc b/sql/sql_db.cc index 64061ab8978..8a0ed1d5b87 100644 --- a/sql/sql_db.cc +++ b/sql/sql_db.cc @@ -668,7 +668,9 @@ bool mysql_rm_db(THD *thd,char *db,bool if_exists, bool silent) thd->clear_error(); mysql_bin_log.write(&qinfo); } + thd->server_status|= SERVER_STATUS_DB_DROPPED; send_ok(thd, (ulong) deleted); + thd->server_status&= ~SERVER_STATUS_DB_DROPPED; } exit: |