~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_string.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:
20
20
#endif
21
21
 
22
22
#include <my_global.h>
23
 
#include <my_sys.h>
 
23
#include <mysys/my_sys.h>
24
24
#include <m_string.h>
25
25
#include <m_ctype.h>
26
26