~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item/row.h

  • Committer: Joe Daly
  • Date: 2010-01-06 02:20:42 UTC
  • mto: This revision was merged to the branch mainline in revision 1267.
  • Revision ID: skinny.moey@gmail.com-20100106022042-8ov23wc4aq8f9k7d
rename hash_algorithm to algorithm

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 
23
23
#include "drizzled/item.h"
24
24
 
25
 
namespace drizzled
26
 
{
27
 
 
28
25
class Item_row: public Item
29
26
{
30
27
  Item **items;
94
91
  void bring_value();
95
92
};
96
93
 
97
 
} /* namespace drizzled */
98
 
 
99
94
#endif /* DRIZZLED_ITEM_ROW_H */