maria-developers team mailing list archive
-
maria-developers team
-
Mailing list archive
-
Message #02234
Rev 2751: Fix for previous: pass correct parameters to mark_as_dependent. in file:///home/psergey/dev/maria-5.3-subqueries-r3/
Hi!
>>>>> "Sergey" == Sergey Petrunya <psergey@xxxxxxxxxxxx> writes:
Sergey> At file:///home/psergey/dev/maria-5.3-subqueries-r3/
Sergey> ------------------------------------------------------------
Sergey> revno: 2751
Sergey> revision-id: psergey@xxxxxxxxxxxx-20100208095616-ar502xdhoqqhe3nk
Sergey> parent: psergey@xxxxxxxxxxxx-20100202200045-13q0nb5dwzm739j6
Sergey> committer: Sergey Petrunya <psergey@xxxxxxxxxxxx>
Sergey> branch nick: maria-5.3-subqueries-r3
Sergey> timestamp: Mon 2010-02-08 11:56:16 +0200
Sergey> message:
Sergey> Fix for previous: pass correct parameters to mark_as_dependent.
Sergey> === modified file 'sql/item.cc'
Sergey> --- a/sql/item.cc 2010-02-02 20:00:45 +0000
Sergey> +++ b/sql/item.cc 2010-02-08 09:56:16 +0000
Sergey> @@ -4220,7 +4220,7 @@
Sergey> return -1;
Sergey> mark_as_dependent(thd, last_checked_context->select_lex,
Sergey> - context->select_lex, this,
Sergey> + context->select_lex, rf /*this*/ , //psergey-fix: s/this/rf/
Sergey> rf);
Sergey, you don't have to comment what you fix. (bzr will keep track
on that for us :)
Regards,
Monty
References