zorba-coders team mailing list archive
-
zorba-coders team
-
Mailing list archive
-
Message #18696
[Merge] lp:~zorba-coders/zorba/markos-scratch into lp:zorba
Markos Zaharioudakis has proposed merging lp:~zorba-coders/zorba/markos-scratch into lp:zorba.
Commit message:
fixed warning in index_join_rule (bug #1142337)
Requested reviews:
Markos Zaharioudakis (markos-za)
For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/markos-scratch/+merge/151810
fixed warning in index_join_rule (bug #1142337)
--
https://code.launchpad.net/~zorba-coders/zorba/markos-scratch/+merge/151810
Your team Zorba Coders is subscribed to branch lp:zorba.
=== modified file 'src/compiler/rewriter/rules/index_join_rule.cpp'
--- src/compiler/rewriter/rules/index_join_rule.cpp 2013-02-28 21:51:33 +0000
+++ src/compiler/rewriter/rules/index_join_rule.cpp 2013-03-05 17:24:22 +0000
@@ -600,7 +600,7 @@
}
else
{
- return false;
+ return NULL;
}
}
case var_expr::groupby_var:
Follow ups