1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Superfluous prepare_for_resend bugfix

This commit is contained in:
hf@deer.mysql.r18.ru
2003-01-18 16:20:22 +04:00
parent 36caf801ce
commit c66302c23b

View File

@ -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)
{