summaryrefslogtreecommitdiff
path: root/sql/sql_update.cc
diff options
context:
space:
mode:
authorunknown <bell@sanja.is.com.ua>2002-11-23 20:40:16 +0200
committerunknown <bell@sanja.is.com.ua>2002-11-23 20:40:16 +0200
commitb99dec07b08cc6c54d91b7ee6b0607abc62b9a8c (patch)
tree040b622960fc14c65dcbf3a454f0455725af4c3b /sql/sql_update.cc
parent96b338f7dfd123e93d0c3bc31dca1e7c10db5c77 (diff)
downloadmariadb-git-b99dec07b08cc6c54d91b7ee6b0607abc62b9a8c.tar.gz
after merging fix (update SCRUM?)
mysql-test/t/subselect.test: after merging fix sql/sql_lex.cc: after merging fix sql/sql_update.cc: after merging fix sql/sql_yacc.yy: after merging fix
Diffstat (limited to 'sql/sql_update.cc')
-rw-r--r--sql/sql_update.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/sql_update.cc b/sql/sql_update.cc
index ece2ed3df41..d4dc394ec9b 100644
--- a/sql/sql_update.cc
+++ b/sql/sql_update.cc
@@ -68,7 +68,6 @@ int mysql_update(THD *thd,
LINT_INIT(used_index);
LINT_INIT(timestamp_query_id);
- table_list->lock_type= lock_type;
if ((open_and_lock_tables(thd, table_list)))
DBUG_RETURN(-1);
fix_tables_pointers(&thd->lex.select_lex);