~pbeaman/akiban-server/use-persistit-3.3.0

« back to all changes in this revision

Viewing changes to src/main/java/com/akiban/qp/operator/API.java

  • Committer: Peter Beaman
  • Date: 2013-05-18 00:20:48 UTC
  • Revision ID: pbeaman@akiban.com-20130518002048-709e58owddrmf4gz
Tweaks for correct operation under Persistit 3.3.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
 
43
43
public class API
44
44
{
45
 
    private static final boolean USE_PVALUES = Types3Switch.ON;
 
45
    private static final boolean USE_PVALUES = true;
46
46
 
47
47
    // Aggregate
48
48