~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_base.cc

Namespace cleanup for Protocol and Listen.

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
#include <mysys/cached_directory.h>
49
49
 
50
50
using namespace std;
 
51
using namespace drizzled;
51
52
 
52
53
extern drizzled::TransactionServices transaction_services;
53
54