~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Monty Taylor
  • Date: 2009-09-22 21:56:03 UTC
  • mto: This revision was merged to the branch mainline in revision 1144.
  • Revision ID: mordred@inaugust.com-20090922215603-yf2itjcwbndu2m4k
pandora-build v0.62 - cleaned up some copyright header mistakes. Merged in trond's innodb detection.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
18
18
 */
19
19
 
20
 
#ifndef DRIZZLED_FUNCTION_STR_STRFUNC_H
21
 
#define DRIZZLED_FUNCTION_STR_STRFUNC_H
 
20
#ifndef DRIZZLED_FUNCTION_STR_H
 
21
#define DRIZZLED_FUNCTION_STR_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
 
#endif /* DRIZZLED_FUNCTION_STR_STRFUNC_H */
 
47
#endif /* DRIZZLED_FUNCTION_STR_H */