mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
MWL#90: code cleanup
- Remove deadcode - Improve comments - Do small several small TODOs
This commit is contained in:
@@ -1809,11 +1809,8 @@ enum_nested_loop_state JOIN_CACHE_BNL::join_matching_records(bool skip_last)
|
||||
|
||||
/* Start retrieving all records of the joined table */
|
||||
|
||||
if (join_tab_execution_startup(join_tab))
|
||||
{
|
||||
rc= NESTED_LOOP_ERROR;
|
||||
if ((rc= join_tab_execution_startup(join_tab)) < 0)
|
||||
goto finish;
|
||||
}
|
||||
|
||||
if ((error= join_init_read_record(join_tab)))
|
||||
{
|
||||
|
Reference in New Issue
Block a user