~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_table.cc

  • Committer: Brian Aker
  • Date: 2008-07-30 17:24:10 UTC
  • mfrom: (236.1.6 codestyle)
  • Revision ID: brian@tangent.org-20080730172410-t4r8o7lx7r9m95x7
Merge from Monty

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