~zorba-coders/zorba/bug_897616

« back to all changes in this revision

Viewing changes to test/rbkt/ExpCompilerResults/IterPlan/zorba/error/trace1.iter

  • Committer: Tarmac
  • Author(s): Matthias Brantner
  • Date: 2011-11-23 09:19:30 UTC
  • mfrom: (10548.3.4 trunk)
  • Revision ID: tarmac-20111123091930-tylxcvlxaarhd9es
- fixed DynamicLoader memory leak
- StaticContext::getAuditEvent const
- added iterator.h include to zorba.h
- fn:trace should not be constant folded and propagate the return type of its first argument Approved: Markos Zaharioudakis, Matthias Brantner

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Iterator tree for main query:
 
2
<FunctionTraceIterator>
 
3
  <TraceIterator>
 
4
    <SingletonIterator value="xs:integer(3)"/>
 
5
    <SingletonIterator value="xs:string(foo)"/>
 
6
  </TraceIterator>
 
7
</FunctionTraceIterator>
 
8