~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/server_includes.h

  • Committer: Monty Taylor
  • Date: 2009-12-21 07:47:46 UTC
  • mto: (1253.2.3 out-of-tree)
  • mto: This revision was merged to the branch mainline in revision 1250.
  • Revision ID: mordred@inaugust.com-20091221074746-8dsgjumluxf9xago
Removed global LEX_STRING ref from server_includes.h.

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
 
41
41
#include "drizzled/global_charset_info.h"
42
42
 
43
 
typedef struct drizzle_lex_string LEX_STRING;
44
43
typedef struct st_typelib TYPELIB;
45
44
 
46
45
 
53
52
 
54
53
 
55
54
extern char *drizzle_tmpdir;
56
 
extern const LEX_STRING command_name[];
57
55
extern const char *first_keyword;
58
56
extern const char *binary_keyword;
59
57
extern const char *in_left_expr_name;