~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/drizzledump.c

  • Committer: Brian Aker
  • Date: 2008-07-28 19:17:01 UTC
  • mfrom: (212.5.14 remove-include-dir)
  • Revision ID: brian@tangent.org-20080728191701-trc0030y4het31jf
Merging Monty

Show diffs side-by-side

added added

removed removed

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