~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Brian Aker
  • Date: 2009-11-18 22:58:22 UTC
  • mto: (1223.1.1 push) (1226.1.2 push)
  • mto: This revision was merged to the branch mainline in revision 1224.
  • Revision ID: brian@gaz-20091118225822-4ryr9rviir23o0kr
Second pass through bugs related to CREATE TABLE LIKE

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 */