~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/drizzledump.c

Moved my_sys/my_pthread/my_nosys and mysys_err to mysys.

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
#define DUMP_VERSION "10.13"
40
40
 
41
41
#include <my_global.h>
42
 
#include <my_sys.h>
 
42
#include <mysys/my_sys.h>
43
43
#include <m_string.h>
44
44
#include <m_ctype.h>
45
45
#include <hash.h>