~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/schema.cc

  • Committer: Brian Aker
  • Date: 2011-04-21 06:25:01 UTC
  • mfrom: (2283.2.2 drizzle-ga)
  • Revision ID: brian@tangent.org-20110421062501-ar72kil0t91mp01q
Rollup.

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
#include <drizzled/catalog/instance.h>
46
46
#include <boost/thread/mutex.hpp>
47
47
 
48
 
#define MAX_DROP_TABLE_Q_LEN      1024
49
 
 
50
48
using namespace std;
51
49
 
52
50
namespace drizzled {