~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/lex_symbol.h

Move thr_*h to mysys.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
#ifndef _lex_symbol_h
20
20
#define _lex_symbol_h
21
21
 
22
 
#include "thr_lock.h"
 
22
#include <mysys/thr_lock.h>
23
23
/* A helper type for transactional locking. */
24
24
struct st_table_lock_info
25
25
{