~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/base.h

  • Committer: Brian Aker
  • Date: 2008-11-26 21:37:50 UTC
  • Revision ID: brian@tangent.org-20081126213750-m96j23htwfymuwlt
Collection of dead code removal

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
#ifndef DRIZZLE_SERVER_BASE_H
30
30
#define DRIZZLE_SERVER_BASE_H
31
31
 
 
32
#ifndef stdin                           /* Included first in handler */
32
33
#define CHSIZE_USED
 
34
#include <drizzled/global.h>
 
35
#include <mysys/my_dir.h>               /* This includes types */
 
36
#include <mysys/my_sys.h>
 
37
#include <mystrings/m_string.h>
 
38
#include <errno.h>
 
39
 
 
40
#ifndef EOVERFLOW
 
41
#define EOVERFLOW 84
 
42
#endif
 
43
 
 
44
#endif  /* stdin */
 
45
#include <mysys/my_list.h>
33
46
 
34
47
/* The following is bits in the flag parameter to ha_open() */
35
48