1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

Three bug fixes and one fix being undone.

This commit is contained in:
Sinisa@sinisa.nasamreza.org
2003-04-19 23:18:35 +03:00
parent 0fc5b734e7
commit d91d6d5e2e
4 changed files with 11 additions and 7 deletions

View File

@@ -478,11 +478,6 @@ int multi_update::prepare(List<Item> &not_used_values)
table->used_keys=0;
table->pos_in_table_list= tl;
}
else
{
table_ref->lock_type=TL_READ;
mysql_unlock_some_tables(thd,&table,1);
}
}