Hi! >>>>> "Sergey" == Sergey Petrunya <[email protected]> writes:
Sergey> At file:///home/psergey/dev/maria-5.3-subqueries-r3/ Sergey> ------------------------------------------------------------ Sergey> revno: 2751 Sergey> revision-id: [email protected] Sergey> parent: [email protected] Sergey> committer: Sergey Petrunya <[email protected]> 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 _______________________________________________ Mailing list: https://launchpad.net/~maria-developers Post to : [email protected] Unsubscribe : https://launchpad.net/~maria-developers More help : https://help.launchpad.net/ListHelp

