Commit f91365cf authored by unknown's avatar unknown

Superfluous prepare_for_resend bugfix


sql/sql_table.cc:
  superfluous prepare_for_resend deleted
parent 993c07a9
......@@ -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)
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment