~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/function/str/database.h

Dynamic archive.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
#define DRIZZLED_FUNCTION_STR_DATABASE_H
22
22
 
23
23
#include <drizzled/function/str/strfunc.h>
24
 
#include <drizzled/function/str/sysconst.h>
25
24
 
26
 
class Item_func_database :public Item_func_sysconst
 
25
class Item_func_database :public Item_str_func
27
26
{
28
27
public:
29
 
  Item_func_database() :Item_func_sysconst() {}
 
28
  Item_func_database() :Item_str_func() {}
30
29
  String *val_str(String *);
31
30
  void fix_length_and_dec()
32
31
  {