server/msplanner.py
branchstable
changeset 4716 55b6a3262071
parent 4212 ab6573088b4a
child 4719 aaed3f813ef8
--- a/server/msplanner.py	Fri Feb 26 09:54:32 2010 +0100
+++ b/server/msplanner.py	Fri Feb 26 13:09:12 2010 +0100
@@ -1191,7 +1191,7 @@
                                             for step in steps
                                             for select in step.union.children):
                 if temptable:
-                    step = IntersectFetchStep(plan)
+                    step = IntersectFetchStep(plan) # XXX not implemented
                 else:
                     step = IntersectStep(plan)
             else: