~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_lex.cc

  • Committer: Monty Taylor
  • Date: 2009-07-11 02:27:48 UTC
  • mfrom: (1090 staging)
  • mto: This revision was merged to the branch mainline in revision 1092.
  • Revision ID: mordred@inaugust.com-20090711022748-w1vvhs8zrfp69ljk
MergedĀ fromĀ trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
using namespace std;
31
31
 
32
32
static int lex_one_token(void *arg, void *yysession);
 
33
int DRIZZLElex(void *arg, void *yysession);
33
34
 
34
35
/*
35
36
  We are using pointer to this variable for distinguishing between assignment