1
0
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:
unknown
2003-01-18 16:20:22 +04:00
parent f4574b691e
commit d04b416f41

View File

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