1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

Remove garbage comments

This commit is contained in:
Sergey Petrunya
2010-10-10 22:43:19 +03:00
parent a285ce3e58
commit 51294f5948
2 changed files with 0 additions and 11 deletions

View File

@@ -1812,10 +1812,6 @@ enum_nested_loop_state JOIN_CACHE_BNL::join_matching_records(bool skip_last)
if (err < 0)
return NESTED_LOOP_ERROR;
rc= NESTED_LOOP_OK;
//psergey3-merge: todo: check if all other places in this file
// should have the
// skip_record(...) <0 --> return error
// code.
/* Prepare to read records from the join buffer */
reset(FALSE);