1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-07 00:04:31 +03:00

MWL#121-125 DS-MRR improvements

- Address Monty's review feedback, part 1
- Fix buildbot failure
This commit is contained in:
Sergey Petrunya
2010-11-22 19:34:03 +03:00
parent 2ec43747f5
commit a6c1d56e08
5 changed files with 87 additions and 55 deletions

View File

@@ -2123,7 +2123,7 @@ enum_nested_loop_state JOIN_CACHE::join_matching_records(bool skip_last)
/* Prepare to retrieve all records of the joined table */
if ((error= join_tab_scan->open()))
goto finish;
goto finish; /* psergey-note: if this returns error, we will assert in net_send_statement() */
while (!(error= join_tab_scan->next()))
{