~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/drizzleadmin.cc

  • Committer: Brian Aker
  • Date: 2008-11-03 03:49:00 UTC
  • mfrom: (520.4.50 devel)
  • Revision ID: brian@tangent.org-20081103034900-znhvcgtipr3tlel5
Merging in Monty's work

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
static uint32_t opt_connect_timeout, opt_shutdown_timeout;
39
39
static myf error_flags; /* flags to pass to my_printf_error, like ME_BELL */
40
40
 
 
41
using namespace std;
 
42
 
41
43
/*
42
44
  Forward declarations 
43
45
*/