mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 11:01:52 +01:00
Merge bk-internal.mysql.com:/home/bk/mysql-4.0
into mysql.com:/my/mysql-4.0
This commit is contained in:
commit
3ce5c56dc4
1 changed files with 1 additions and 1 deletions
|
@ -1990,7 +1990,7 @@ mysql_execute_command(void)
|
|||
}
|
||||
/* Fix lock for first table */
|
||||
if (tables->lock_type == TL_WRITE_DELAYED)
|
||||
tables->lock_type == TL_WRITE;
|
||||
tables->lock_type= TL_WRITE;
|
||||
|
||||
/* Don't unlock tables until command is written to binary log */
|
||||
select_lex->options|= SELECT_NO_UNLOCK;
|
||||
|
|
Loading…
Add table
Reference in a new issue