~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item/cmpfunc.h

  • Committer: Monty Taylor
  • Date: 2009-01-30 04:39:04 UTC
  • mto: (779.7.3 devel)
  • mto: This revision was merged to the branch mainline in revision 823.
  • Revision ID: mordred@inaugust.com-20090130043904-gphdonl7m6zdz06v
Cleaned up warnings up through innodb.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1417
1417
  table_map and_tables_cache;
1418
1418
 
1419
1419
public:
 
1420
 
 
1421
  using Item::split_sum_func;
 
1422
 
1420
1423
  /* Item_cond() is only used to create top level items */
1421
1424
  Item_cond(): Item_bool_func(), abort_on_null(1)
1422
1425
  { const_item_cache=0; }