~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/common.h

  • Committer: Brian Aker
  • Date: 2009-04-01 01:25:04 UTC
  • mfrom: (968.2.27 mordred)
  • Revision ID: brian@tangent.org-20090401012504-mq9sxcmph5jc1fh6
Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
#include <stdint.h>
29
29
#include <drizzled/korr.h>
30
30
 
31
 
#if !defined(__cplusplus)
32
 
# include <stdbool.h>
33
 
#endif
34
 
 
35
31
/*
36
32
   This is included in the server and in the client.
37
33
   Options for select set by the yacc parser (stored in lex->options).