diff options
author | miguel@hegel.txg.br <> | 2004-08-17 12:20:01 -0300 |
---|---|---|
committer | miguel@hegel.txg.br <> | 2004-08-17 12:20:01 -0300 |
commit | da9fe0e6e258d326c139676654dcda88d622a92b (patch) | |
tree | c01316f7fc3b3106c3e7925215c87b506117abf2 | |
parent | 1fc56217b921596d376fcab95a02abc24b6e146f (diff) | |
download | mariadb-git-da9fe0e6e258d326c139676654dcda88d622a92b.tar.gz |
Removed non-used variable
-rw-r--r-- | BitKeeper/etc/logging_ok | 1 | ||||
-rw-r--r-- | sql/sql_db.cc | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/BitKeeper/etc/logging_ok b/BitKeeper/etc/logging_ok index e4648f7d849..b48e861f6df 100644 --- a/BitKeeper/etc/logging_ok +++ b/BitKeeper/etc/logging_ok @@ -95,6 +95,7 @@ miguel@hegel.(none) miguel@hegel.br miguel@hegel.local miguel@hegel.txg +miguel@hegel.txg.br miguel@light. miguel@light.local miguel@sartre.local diff --git a/sql/sql_db.cc b/sql/sql_db.cc index 82fef3f7c7b..3b12cbe3422 100644 --- a/sql/sql_db.cc +++ b/sql/sql_db.cc @@ -560,7 +560,6 @@ int mysql_rm_db(THD *thd,char *db,bool if_exists, bool silent) char path[FN_REFLEN+16], tmp_db[NAME_LEN+1]; MY_DIR *dirp; uint length; - my_dbopt_t *dbopt; DBUG_ENTER("mysql_rm_db"); VOID(pthread_mutex_lock(&LOCK_mysql_create_db)); |