~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/db.cc

  • Committer: Brian Aker
  • Date: 2008-12-30 19:02:23 UTC
  • mfrom: (754.1.5 devel)
  • Revision ID: brian@tangent.org-20081230190223-rn12eakjctaj6fmt
Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
#include <drizzled/db.h>
34
34
#include <drizzled/sql_base.h>
35
35
#include <drizzled/lock.h>
 
36
#include <drizzled/errmsg_print.h>
36
37
 
37
38
#define MAX_DROP_TABLE_Q_LEN      1024
38
39