From c66302c23bc53a6d16af56c608dd0699cf7328b3 Mon Sep 17 00:00:00 2001 From: "hf@deer.mysql.r18.ru" <> Date: Sat, 18 Jan 2003 16:20:22 +0400 Subject: [PATCH] Superfluous prepare_for_resend bugfix --- sql/sql_table.cc | 1 - 1 file changed, 1 deletion(-) 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) {