~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/thr_lock.c

Moved m_ctype, m_string and my_bitmap. Removed t_ctype.

Show diffs side-by-side

added added

removed removed

Lines of Context:
73
73
#include "mysys_priv.h"
74
74
 
75
75
#include "thr_lock.h"
76
 
#include <m_string.h>
 
76
#include <mystrings/m_string.h>
77
77
#include <errno.h>
78
78
 
79
79
bool thr_lock_inited=0;