~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

Merge Stewart's dead code removal

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
#ifndef DRIZZLED_FUNCTION_STR_STRFUNC_H
21
21
#define DRIZZLED_FUNCTION_STR_STRFUNC_H
22
22
 
 
23
 
23
24
#include <drizzled/function/func.h>
24
25
 
25
 
namespace drizzled
26
 
{
27
 
 
28
26
/* This file defines all string functions */
29
27
 
30
28
class Item_str_func :public Item_func
46
44
  bool fix_fields(Session *session, Item **ref);
47
45
};
48
46
 
49
 
} /* namespace drizzled */
50
 
 
51
47
#endif /* DRIZZLED_FUNCTION_STR_STRFUNC_H */