diff options
author | unknown <monty@mysql.com> | 2003-12-18 01:08:10 +0200 |
---|---|---|
committer | unknown <monty@mysql.com> | 2003-12-18 01:08:10 +0200 |
commit | fd3235dcd339ee8b67ba23e21559d75a59e97d7e (patch) | |
tree | 3393dade69f14ee30804ee44394e2d8ffdaf5607 | |
parent | fb361992817e105aac14e5021c9a9e5fbb2418cc (diff) | |
parent | 9f03e48321e1be3e1227d582bdfaecd7dbe872e9 (diff) | |
download | mariadb-git-fd3235dcd339ee8b67ba23e21559d75a59e97d7e.tar.gz |
Merge bk-internal.mysql.com:/home/bk/mysql-4.0
into mysql.com:/my/mysql-4.0
-rw-r--r-- | sql/sql_parse.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_parse.cc b/sql/sql_parse.cc index 50e515d7179..5c08127bfdc 100644 --- a/sql/sql_parse.cc +++ b/sql/sql_parse.cc @@ -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; |