~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/db.cc

  • Committer: Monty Taylor
  • Date: 2009-12-21 06:29:10 UTC
  • mto: (1253.2.3 out-of-tree)
  • mto: This revision was merged to the branch mainline in revision 1250.
  • Revision ID: mordred@inaugust.com-20091221062910-ath90k13t4uth4q7
RemovedĀ globalĀ string.

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
#include <drizzled/replication_services.h>
35
35
#include <drizzled/message/schema.pb.h>
36
36
#include "drizzled/sql_table.h"
 
37
#include "drizzled/plugin/info_schema_table.h"
37
38
 
38
39
using namespace std;
39
40
using namespace drizzled;