mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
MWL#90, code movearound to unify merged and non-merged semi-join materialization processing
- First code, needs cleanup.
This commit is contained in:
@@ -1778,7 +1778,7 @@ enum_nested_loop_state JOIN_CACHE_BNL::join_matching_records(bool skip_last)
|
||||
|
||||
/* Start retrieving all records of the joined table */
|
||||
|
||||
if (do_jtbm_materialization_if_needed(join_tab))
|
||||
if (join_tab_execution_startup(join_tab))
|
||||
{
|
||||
rc= NESTED_LOOP_ERROR;
|
||||
goto finish;
|
||||
|
Reference in New Issue
Block a user