diff options
author | unknown <monty@donna.mysql.com> | 2001-01-27 01:21:50 +0200 |
---|---|---|
committer | unknown <monty@donna.mysql.com> | 2001-01-27 01:21:50 +0200 |
commit | 298ba0d39d6d38d5be860a3ad8a55b469b67e7d8 (patch) | |
tree | 30a2a855d3403d31304871d2d8aaf1a139e6393a /sql/sql_table.cc | |
parent | 87b0956a5f832a1ce068527a49e5a7e6021ce39d (diff) | |
parent | 52a4c5a10063f2e7b06a32add3b87ba0b0ae2b45 (diff) | |
download | mariadb-git-298ba0d39d6d38d5be860a3ad8a55b469b67e7d8.tar.gz |
Merge work:/my/mysql into donna.mysql.com:/home/my/bk/mysql
Docs/manual.texi:
Auto merged
sql/mysqld.cc:
Auto merged
Diffstat (limited to 'sql/sql_table.cc')
-rw-r--r-- | sql/sql_table.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/sql_table.cc b/sql/sql_table.cc index a666fa26545..954a1f8efd7 100644 --- a/sql/sql_table.cc +++ b/sql/sql_table.cc @@ -798,7 +798,6 @@ static int send_check_errmsg(THD* thd, TABLE_LIST* table, static int prepare_for_restore(THD* thd, TABLE_LIST* table) { - String *packet = &thd->packet; DBUG_ENTER("prepare_for_restore"); if (table->table) // do not overwrite existing tables on restore |