summaryrefslogtreecommitdiff
path: root/sql/sql_table.cc
diff options
context:
space:
mode:
authorunknown <hf@deer.mysql.r18.ru>2003-01-18 16:20:22 +0400
committerunknown <hf@deer.mysql.r18.ru>2003-01-18 16:20:22 +0400
commitd04b416f41606eaef1e9beec95c31ccdf87ddebf (patch)
treece7ca5c723415db5efa1ee1da7280f7c49ff6077 /sql/sql_table.cc
parentf4574b691ec23446d2df2bd3e1790647ecd05728 (diff)
downloadmariadb-git-d04b416f41606eaef1e9beec95c31ccdf87ddebf.tar.gz
Superfluous prepare_for_resend bugfix
sql/sql_table.cc: superfluous prepare_for_resend deleted
Diffstat (limited to 'sql/sql_table.cc')
-rw-r--r--sql/sql_table.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/sql_table.cc b/sql/sql_table.cc
index 7f46311cd85..8bfc07af81d 100644
--- a/sql/sql_table.cc
+++ b/sql/sql_table.cc
@@ -1223,7 +1223,6 @@ static int mysql_admin_table(THD* thd, TABLE_LIST* tables,
thd->open_options|= extra_open_options;
table->table = open_ltable(thd, table, lock_type);
thd->open_options&= ~extra_open_options;
- protocol->prepare_for_resend();
if (prepare_func)
{