~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/innobase/pars/pars0grm.y

  • Committer: lbieber
  • Date: 2010-10-02 19:48:35 UTC
  • mfrom: (1730.6.19 drizzle-make-lcov)
  • Revision ID: lbieber@orisndriz08-20101002194835-q5zd9qc4lvx1xnfo
Merge Hartmut - clean up lex, now require flex to build, also "make lcov" improvements

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
/******************************************************
20
20
SQL parser: input file for the GNU Bison parser generator
21
21
 
22
 
Look from pars0lex.l for instructions how to generate the C files for
23
 
the InnoDB parser.
24
 
 
25
22
Created 12/14/1997 Heikki Tuuri
26
23
*******************************************************/
27
24
 
45
42
yylex(void);
46
43
%}
47
44
 
 
45
%expect 27
 
46
 
48
47
%token PARS_INT_LIT
49
48
%token PARS_FLOAT_LIT
50
49
%token PARS_STR_LIT