~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_udf.cc

  • Committer: Monty Taylor
  • Date: 2008-10-22 01:23:15 UTC
  • Revision ID: monty@inaugust.com-20081022012315-xe7jo6dkd8h15mgm
Moved gettext.h into drizzled in anticipation of the new client lib.

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
 
16
16
/* This implements 'user defined functions' */
17
17
#include <drizzled/server_includes.h>
18
 
#include <libdrizzle/gettext.h>
 
18
#include <drizzled/gettext.h>
19
19
 
20
20
static bool udf_startup= false; /* We do not lock because startup is single threaded */
21
21
static MEM_ROOT mem;