~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/string_functions/functions.h

  • Committer: tdavies
  • Date: 2010-10-13 01:29:12 UTC
  • mto: (1842.1.2 build)
  • mto: This revision was merged to the branch mainline in revision 1843.
  • Revision ID: tdavies@molly-20101013012912-vl72hg1y99qgqz5m
File: /drizzled/xid.h. Changed struct name of 'st_drizzle_xid' to 'drizzle_xid', changed it to a C++ class and added constructor initialization list 

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
#define PLUGIN_STRING_FUNCTIONS_FUNCTIONS_H
23
23
 
24
24
#include "drizzled/plugin/function.h"
25
 
#include "plugin/string_functions/elt.h"
26
 
#include "plugin/string_functions/format.h"
27
 
#include "plugin/string_functions/quote.h"
28
 
#include "plugin/string_functions/regex.h"
29
 
 
30
25
 
31
26
#endif /* PLUGIN_STRING_FUNCTIONS_FUNCTIONS_H */