~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/db.cc

merge with the latest code from the trunk

Show diffs side-by-side

added added

removed removed

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