Commit c66302c2 authored by hf@deer.mysql.r18.ru's avatar hf@deer.mysql.r18.ru

Superfluous prepare_for_resend bugfix

parent 36caf801
......@@ -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