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

Merge work:/home/bk/mysql-4.1 into mashka.mysql.fi:/home/my/mysql-4.1

This commit is contained in:
monty@mashka.mysql.fi
2003-01-18 19:31:37 +02:00
112 changed files with 18506 additions and 53 deletions

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