~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Stewart Smith
  • Date: 2010-02-19 07:27:21 UTC
  • mto: (1273.13.96 build)
  • mto: This revision was merged to the branch mainline in revision 1308.
  • Revision ID: stewart@flamingspork.com-20100219072721-hvef9ybvh92h79im
convert UUID() to plugin. We move the libuuid requirement to the UUID() function plugin as it's not neeeded anywhere else

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
#include "config.h"
29
29
#include <zlib.h>
30
30
#include <drizzled/query_id.h>
31
 
#include <uuid/uuid.h>
32
31
#include <drizzled/error.h>
33
32
#include <drizzled/function/str/strfunc.h>
34
33