~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item.h

  • Committer: Brian Aker
  • Date: 2009-05-06 06:59:53 UTC
  • mfrom: (1003.1.20 merge)
  • Revision ID: brian@gaz-20090506065953-4mrfmaty42e0ixpq
Merge handler cleanup (and ALTER TABLE cleanup) We go from 1 and 2 half
thought out systems... to just 1.

This should all be changed when we finish the StorageEngine rewrite

Show diffs side-by-side

added added

removed removed

Lines of Context:
194
194
  virtual enum Type type() const =0;
195
195
 
196
196
  /*
197
 
    Return information about function monotonicity. See comment for
198
 
    enum_monotonicity_info for details. This function can only be called
199
 
    after fix_fields() call.
200
 
  */
201
 
  virtual enum_monotonicity_info get_monotonicity_info() const
202
 
  { return NON_MONOTONIC; }
203
 
 
204
 
  /*
205
197
    Convert:
206
198
      "func_arg $CMP$ const" half-interval
207
199
    into: