mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Superfluous prepare_for_resend bugfix
sql/sql_table.cc: superfluous prepare_for_resend deleted
This commit is contained in:
@ -1223,7 +1223,6 @@ static int mysql_admin_table(THD* thd, TABLE_LIST* tables,
|
|||||||
thd->open_options|= extra_open_options;
|
thd->open_options|= extra_open_options;
|
||||||
table->table = open_ltable(thd, table, lock_type);
|
table->table = open_ltable(thd, table, lock_type);
|
||||||
thd->open_options&= ~extra_open_options;
|
thd->open_options&= ~extra_open_options;
|
||||||
protocol->prepare_for_resend();
|
|
||||||
|
|
||||||
if (prepare_func)
|
if (prepare_func)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user