~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item/num.h

  • Committer: Brian Aker
  • Date: 2009-05-14 21:17:19 UTC
  • mto: This revision was merged to the branch mainline in revision 1020.
  • Revision ID: brian@gaz-20090514211719-r7q4pe39t4pd8lyg
Merge (also removes session from show variables).

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
#ifndef DRIZZLED_ITEM_NUM_H
21
21
#define DRIZZLED_ITEM_NUM_H
22
22
 
23
 
#include "drizzled/item/basic_constant.h"
24
 
 
25
23
class Item_num: public Item_basic_constant
26
24
{
27
25
public: