1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-07 00:04:31 +03:00

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
This commit is contained in:
unknown
2002-11-23 20:40:16 +02:00
parent 96b338f7df
commit b99dec07b0
4 changed files with 3 additions and 4 deletions

View File

@@ -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);