~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Monty Taylor
  • Date: 2009-06-07 12:05:17 UTC
  • mfrom: (1014.5.10 drizzle-test-coverage)
  • mto: This revision was merged to the branch mainline in revision 1056.
  • Revision ID: mordred@inaugust.com-20090607120517-4nv8kd7j3zm265fx
Merged lee from lp:~kalebral/drizzle/drizzle-test-coverage

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
  {