~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/drizzled.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:
24
24
#include "repl_failsafe.h"
25
25
#include "stacktrace.h"
26
26
#include "mysqld_suffix.h"
27
 
#include "mysys_err.h"
 
27
#include <mysys/mysys_err.h>
28
28
 
29
29
#include "../storage/myisam/ha_myisam.h"
30
30
 
145
145
 
146
146
#define MYSQL_KILL_SIGNAL SIGTERM
147
147
 
148
 
#include <my_pthread.h>                 // For thr_setconcurency()
 
148
#include <mysys/my_pthread.h>                   // For thr_setconcurency()
149
149
 
150
150
#ifdef SOLARIS
151
151
extern "C" int gethostname(char *name, int namelen);