~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_lex.cc

MergedĀ inĀ remove-include-dir

Show diffs side-by-side

added added

removed removed

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