~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/schema.cc

  • Committer: Stewart Smith
  • Date: 2011-04-20 23:30:09 UTC
  • mto: (2283.2.1 drizzle-ga)
  • mto: This revision was merged to the branch mainline in revision 2284.
  • Revision ID: stewart@flamingspork.com-20110420233009-r1aec3k11o7b9iht
unused MAX_DROP_TABLE_Q_LEN

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 {