mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
aliases with multi-table updates / deletes
fix for a bug with derived tables and query cache ix for a charset bug in timestamp
This commit is contained in:
@@ -3003,7 +3003,7 @@ mysql_init_query(THD *thd)
|
||||
lex->select_lex.link_prev= (st_select_lex_node**)&(lex->all_selects_list);
|
||||
lex->olap=lex->describe=0;
|
||||
lex->derived_tables= false;
|
||||
lex->lock_option=TL_UNLOCK;
|
||||
lex->lock_option=TL_READ;
|
||||
thd->check_loops_counter= thd->select_number=
|
||||
lex->select_lex.select_number= 1;
|
||||
thd->free_list= 0;
|
||||
|
||||
Reference in New Issue
Block a user