diff options
author | monty@donna.mysql.com <> | 2000-08-23 15:02:27 +0300 |
---|---|---|
committer | monty@donna.mysql.com <> | 2000-08-23 15:02:27 +0300 |
commit | d564acf14eb07cefedf0218c90fd109c61dc6e2f (patch) | |
tree | b3128ac4cfef425d026d95cd4fd1a55830ef7658 /sql/sql_rename.cc | |
parent | 7ef8d67d6b7c422aaf57b10b13e80fdcadd69882 (diff) | |
download | mariadb-git-d564acf14eb07cefedf0218c90fd109c61dc6e2f.tar.gz |
Fixes for Ia64
Diffstat (limited to 'sql/sql_rename.cc')
-rw-r--r-- | sql/sql_rename.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sql/sql_rename.cc b/sql/sql_rename.cc index ee6771d4b25..e1be78ada1c 100644 --- a/sql/sql_rename.cc +++ b/sql/sql_rename.cc @@ -32,8 +32,7 @@ static TABLE_LIST *rename_tables(THD *thd, TABLE_LIST *table_list, bool mysql_rename_tables(THD *thd, TABLE_LIST *table_list) { bool error=1,got_all_locks=1; - db_type table_type; - TABLE_LIST *lock_table,*ren_table=0,*new_table; + TABLE_LIST *lock_table,*ren_table=0; DBUG_ENTER("mysql_rename_tables"); /* Avoid problems with a rename on a table that we have locked or |