~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item/cache_row.h

  • Committer: Mark Atwood
  • Date: 2011-07-13 22:28:29 UTC
  • mfrom: (2318.7.25 refactor1)
  • Revision ID: me@mark.atwood.name-20110713222829-sswp061b5ts7tc1k
mergeĀ lp:~olafvdspek/drizzle/refactor1

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
 
24
24
namespace drizzled {
25
25
 
26
 
class Item_cache_row: public Item_cache
 
26
class Item_cache_row : public Item_cache
27
27
{
28
28
  Item_cache  **values;
29
29
  uint32_t item_count;
42
42
    'setup' is needed only by row => it not called by simple row subselect
43
43
    (only by IN subselect (in subselect optimizer))
44
44
  */
45
 
  bool setup(Item *item);
46
 
  void store(Item *item);
 
45
  bool setup(Item*);
 
46
  void store(Item*);
47
47
  void illegal_method_call(const char * method_name);
48
48
  void make_field(SendField *field);
49
49
  double val_real();