~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/gen_lex_hash.cc

  • Committer: Monty Taylor
  • Date: 2008-10-22 23:29:43 UTC
  • Revision ID: monty@inaugust.com-20081022232943-wac6odtbabp74d29
Cleaned up version.h. (And by cleaned, I mean removed)

Show diffs side-by-side

added added

removed removed

Lines of Context:
85
85
#include <mysys/my_sys.h>
86
86
#include <mystrings/m_string.h>
87
87
#include <mysys/my_getopt.h>
88
 
#include <drizzled/version.h>
89
88
#include "lex.h"
90
89
 
91
90
const char *default_dbug_option="d:t:o,/tmp/gen_lex_hash.trace";
344
343
static void usage(int version)
345
344
{
346
345
  printf("%s  Ver 3.6 Distrib %s, for %s (%s)\n",
347
 
         my_progname, DRIZZLE_SERVER_VERSION, SYSTEM_TYPE, MACHINE_TYPE);
 
346
         my_progname, VERSION, SYSTEM_TYPE, MACHINE_TYPE);
348
347
  if (version)
349
348
    return;
350
349
  puts("Copyright (C) 2008 Sun Microsystems, Inc.");