1
0
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:
psergey
2010-07-10 20:51:12 +03:00
parent e9bac8db82
commit 946aef4a58
6 changed files with 49 additions and 156 deletions

View File

@@ -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)))
{