~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/plugin/client.cc

  • Committer: Brian Aker
  • Date: 2010-05-18 15:49:50 UTC
  • Revision ID: brian@gaz-20100518154950-qhctxu6lvvnyxy9i
Simplify out Open_tables_state() backup/restore (no longer needed).

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
#include <cstdio>
22
22
#include "drizzled/plugin/client.h"
23
23
 
 
24
using namespace std;
 
25
 
24
26
namespace drizzled
25
27
{
26
28