~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_lex.cc

Moved queues and hash.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
#include "mysql_priv.h"
21
21
#include "item_create.h"
22
22
#include <m_ctype.h>
23
 
#include <hash.h>
 
23
#include <mysys/hash.h>
24
24
 
25
25
static int lex_one_token(void *arg, void *yythd);
26
26