Ignore:
Timestamp:
2003-04-18T14:25:00+12:00 (21 years ago)
Author:
sjboddie
Message:

Added runtime support for the new maxnumeric build time option.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/colservr/mgsearch.cpp

    r2545 r4193  
    384384    mgq_ask(maxdocstr);
    385385  }
     386
     387  char maxnumericstr[32];
     388  sprintf(maxnumericstr, ".set maxnumeric %i", queryparams.maxnumeric);
     389  mgq_ask(maxnumericstr);
     390 
    386391}
    387392
Note: See TracChangeset for help on using the changeset viewer.