mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merged the code of MWL#106 into 5.3
Resolved all conflicts, bad merges and fixed a few minor bugs in the code. Commented out the queries from multi_update, view, subselect_sj, func_str, derived_view, view_grant that failed either with crashes in ps-protocol or with wrong results. The failures are clear indications of some bugs in the code and these bugs are to be fixed.
This commit is contained in:
@ -153,8 +153,7 @@ int handle_olaps(LEX *lex, SELECT_LEX *select_lex)
|
||||
|
||||
|
||||
if (setup_tables(lex->thd, &select_lex->context, &select_lex->top_join_list,
|
||||
select_lex->table_list.first
|
||||
&select_lex->leaf_tables, FALSE) ||
|
||||
FALSE, FALSE) ||
|
||||
setup_fields(lex->thd, 0, select_lex->item_list, MARK_COLUMNS_READ,
|
||||
&all_fields,1) ||
|
||||
setup_fields(lex->thd, 0, item_list_copy, MARK_COLUMNS_READ,
|
||||
|
Reference in New Issue
Block a user