1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

independent ALL/ANY subselect on top of WHERE clause (subselect without GROUP BY or aggregate functions) optimisation

(SCRUM) (WL#1086)
This commit is contained in:
bell@sanja.is.com.ua
2003-07-24 15:26:21 +03:00
parent 07a70f79e8
commit ec74bb8d76
9 changed files with 130 additions and 21 deletions

View File

@ -290,7 +290,6 @@ int st_select_lex_unit::exec()
view we should do here same procedura as it was done by
setup_table
*/
DBUG_PRINT("SUBS", ("shared %s", table_list->real_name));
setup_table_map(table_list->table, table_list, tablenr);
}
}