diff options
author | unknown <Sinisa@sinisa.nasamreza.org> | 2003-04-19 23:18:35 +0300 |
---|---|---|
committer | unknown <Sinisa@sinisa.nasamreza.org> | 2003-04-19 23:18:35 +0300 |
commit | 1b23ce2d358c1db696744a9ca0a6a611e20e5242 (patch) | |
tree | b08eb99531e3a608ec829edd3e5d8f9f4e6221a5 /sql/sql_update.cc | |
parent | 6760aeb1c00e6ff89aa7158d7962ab237d02fea7 (diff) | |
download | mariadb-git-1b23ce2d358c1db696744a9ca0a6a611e20e5242.tar.gz |
Three bug fixes and one fix being undone.
mysql-test/r/innodb_handler.result:
change of test case after Heikki's fix
sql/sql_db.cc:
Adding suport for backquotes in change_db()
sql/sql_update.cc:
Undoing a fix
strings/ctype-tis620.c:
Fixing a crashing bug
Diffstat (limited to 'sql/sql_update.cc')
-rw-r--r-- | sql/sql_update.cc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sql/sql_update.cc b/sql/sql_update.cc index de370ab92b5..19961f5d9e1 100644 --- a/sql/sql_update.cc +++ b/sql/sql_update.cc @@ -478,11 +478,6 @@ int multi_update::prepare(List<Item> ¬_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); - } } |