~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/function/str/user.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_user :public Item_func_sysconst
 
26
class Item_func_user :public Item_str_func
27
27
{
28
28
protected:
29
29
  bool init (const char *user, const char *host);