Commit 28a0c8c6 authored by unknown's avatar unknown

Merge bk-internal.mysql.com:/home/bk/mysql-4.0

into mysql.com:/my/mysql-4.0
parents 2cab7564 e716385a
...@@ -1990,7 +1990,7 @@ mysql_execute_command(void) ...@@ -1990,7 +1990,7 @@ mysql_execute_command(void)
} }
/* Fix lock for first table */ /* Fix lock for first table */
if (tables->lock_type == TL_WRITE_DELAYED) 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 */ /* Don't unlock tables until command is written to binary log */
select_lex->options|= SELECT_NO_UNLOCK; select_lex->options|= SELECT_NO_UNLOCK;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment