diff options
author | ramil@mysql.com <> | 2005-02-02 15:06:36 +0400 |
---|---|---|
committer | ramil@mysql.com <> | 2005-02-02 15:06:36 +0400 |
commit | 7f68f132fd286509e4a1466d26cc3ecf04a3f667 (patch) | |
tree | 4fa61592249ffc57fe2ca7ad2e49f3d16bf318cb /sql/sql_db.cc | |
parent | 9a779d6441852f69150e31c895d8a13aa6aa4767 (diff) | |
parent | 61c7767786e626855f8b8c2558a97db6cc5db644 (diff) | |
download | mariadb-git-7f68f132fd286509e4a1466d26cc3ecf04a3f667.tar.gz |
Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.1
into mysql.com:/usr/home/ram/work/4.1.b4802
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 407e2b23e38..731ca1d781e 100644 --- a/sql/sql_db.cc +++ b/sql/sql_db.cc @@ -668,7 +668,9 @@ int 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: |