From d04b416f41606eaef1e9beec95c31ccdf87ddebf Mon Sep 17 00:00:00 2001 From: unknown Date: Sat, 18 Jan 2003 16:20:22 +0400 Subject: Superfluous prepare_for_resend bugfix sql/sql_table.cc: superfluous prepare_for_resend deleted --- sql/sql_table.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'sql/sql_table.cc') 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) { -- cgit v1.2.1