~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/mysql_priv.h

Moved m_ctype, m_string and my_bitmap. Removed t_ctype.

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
#include <drizzle_version.h>
33
33
#include <mysys/my_sys.h>
34
34
#include <my_time.h>
35
 
#include <m_string.h>
 
35
#include <mystrings/m_string.h>
36
36
#include <mysys/hash.h>
37
37
#include <signal.h>
38
38
#include <mysys/thr_lock.h>