server/msplanner.py
changeset 5943 f1abba8ccc01
parent 5768 1e73a466aa69
child 5989 099d46422f5a
--- a/server/msplanner.py	Thu Jul 08 14:52:08 2010 +0200
+++ b/server/msplanner.py	Thu Jul 08 15:35:29 2010 +0200
@@ -1155,6 +1155,7 @@
                 sunion = Union()
                 for select in queries:
                     sunion.append(select)
+                    self.rqlhelper.annotate(select)
                 if temptable:
                     steps.append(FetchStep(plan, sunion, sources, temptable, True, inputmap))
                 else: