~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/drizzledump.c

  • Committer: Monty Taylor
  • Date: 2008-07-30 05:33:20 UTC
  • mto: (236.1.4 codestyle)
  • mto: This revision was merged to the branch mainline in revision 239.
  • Revision ID: monty@inaugust.com-20080730053320-1al4sgn4bosw1wtc
Phew. Moved my_base and my_global.

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
 
39
39
#define DUMP_VERSION "10.13"
40
40
 
41
 
#include <my_global.h>
 
41
#include "client_priv.h"
 
42
 
42
43
#include <mysys/my_sys.h>
43
44
#include <mystrings/m_string.h>
44
45
#include <mystrings/m_ctype.h>
45
46
#include <mysys/hash.h>
46
47
#include <stdarg.h>
47
48
 
48
 
#include "client_priv.h"
49
49
#include "drizzled_error.h"
50
50
 
51
51
/* Exit codes */