~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to sql/gen_lex_hash.cc

  • Committer: Brian Aker
  • Date: 2008-07-09 15:38:43 UTC
  • mfrom: (77.1.44 codestyle)
  • Revision ID: brian@tangent.org-20080709153843-tu7d42yrjq6fd00k
Merging patch from Monty.

Show diffs side-by-side

added added

removed removed

Lines of Context:
84
84
#define __GNU_LIBRARY__                         // Skip warnings in getopt.h
85
85
#endif
86
86
#include <my_getopt.h>
87
 
#include "mysql_version.h"
 
87
#include "drizzle_version.h"
88
88
#include "lex.h"
89
89
 
90
90
const char *default_dbug_option="d:t:o,/tmp/gen_lex_hash.trace";