~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/handler.cc

  • Committer: Eric Day
  • Date: 2009-08-06 19:31:30 UTC
  • mfrom: (971.3.71 eday-merge)
  • mto: This revision was merged to the branch mainline in revision 1131.
  • Revision ID: eday@oddments.org-20090806193130-hetxd5bpqovrco68
Merged cleanup from my merge branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
#include "drizzled/plugin/client.h"
43
43
 
44
44
using namespace std;
 
45
using namespace drizzled;
45
46
 
46
47
extern drizzled::ReplicationServices replication_services;
47
48