~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_table.cc

Merged remove-include-dir.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
#include "mysql_priv.h"
19
19
#include <mysys/hash.h>
20
20
#include <storage/myisam/myisam.h>
21
 
#include <my_dir.h>
22
21
#include "sql_show.h"
23
22
 
24
23
int creating_table= 0;        // How many mysql_create_table are running