~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_udf.cc

  • Committer: Stewart Smith
  • Date: 2008-08-02 07:12:36 UTC
  • mfrom: (258 drizzle)
  • mto: This revision was merged to the branch mainline in revision 408.
  • Revision ID: stewart@flamingspork.com-20080802071236-kbcozl5zm23j6mkn
mergeĀ fromĀ mainline

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
#endif
26
26
 
27
27
#include "mysql_priv.h"
28
 
#include <my_pthread.h>
 
28
#include <mysys/my_pthread.h>
29
29
 
30
30
extern "C"
31
31
{
32
32
#include <stdarg.h>
33
 
#include <hash.h>
 
33
#include <mysys/hash.h>
34
34
}
35
35
 
36
36
static bool udf_startup= false; /* We do not lock because startup is single threaded */