~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Brian Aker
  • Date: 2009-05-15 19:36:46 UTC
  • mfrom: (1022.1.3 merge)
  • Revision ID: brian@gaz-20090515193646-g0vvy78rkk08e440
Merge in changes for charset and dead code cleanup.

Show diffs side-by-side

added added

removed removed

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