~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item/num.h

  • Committer: Brian Aker
  • Date: 2009-01-18 01:49:40 UTC
  • Revision ID: brian@gir-3.local-20090118014940-co9651fk7hla6gqg
Removed unused session param from list_open_tables()

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
 
namespace drizzled
26
 
{
27
 
 
28
23
class Item_num: public Item_basic_constant
29
24
{
30
25
public:
33
28
  Item *safe_charset_converter(const CHARSET_INFO * const tocs);
34
29
};
35
30
 
36
 
} /* namespace drizzled */
37
 
 
38
31
#endif /* DRIZZLED_ITEM_NUM_H */