~zorba-coders/zorba/bug1151967

« back to all changes in this revision

Viewing changes to test/fots_driver/cli.xq

  • Committer: Paul J. Lucas
  • Date: 2013-08-15 00:14:17 UTC
  • mfrom: (11597 lp_zorba)
  • mto: This revision was merged to the branch mainline in revision 11598.
  • Revision ID: paul@lucasmail.org-20130815001417-g22x9plxc8fv73zd
MergeĀ fromĀ trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
157
157
 
158
158
(:~
159
159
 : Enable or disable verbose output. When this is set to true the exact query
160
 
 : that is run by XQXQ is also written down into a query_*.xq file.
 
160
 : that is run by ZQ is also written down into a query_*.xq file.
161
161
 :)
162
162
declare variable $verbose as xs:string external := "false";
163
163
 
164
164
 
165
165
(:~
166
166
 : Enable or disable plan serializer usage. When this is set to true the query
167
 
 : plan is saved then loaded and executed by XQXQ.
 
167
 : plan is saved then loaded and executed by ZQ.
168
168
 :)
169
169
declare variable $usePlanSerializer as xs:string external := "false";
170
170