~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/drizzleadmin.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:
17
17
 
18
18
#include "client_priv.h"
19
19
#include <signal.h>
20
 
#include <my_pthread.h>                         /* because of signal()  */
 
20
#include <mysys/my_pthread.h>                           /* because of signal()  */
21
21
#include <sys/stat.h>
22
22
 
23
23
#define ADMIN_VERSION "8.42"