~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_load.cc

Merged remove-include-dir.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
/* 2006-12 Erik Wetterberg : LOAD XML added */
19
19
 
20
20
#include "mysql_priv.h"
21
 
#include <my_dir.h>
22
21
#include <m_ctype.h>
23
22
#include "sql_repl.h"
24
23