~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_udf.cc

Moved my_sys/my_pthread/my_nosys and mysys_err to mysys.

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
{