~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to sql/sql_yacc.yy

  • Committer: Monty Taylor
  • Date: 2008-07-09 15:52:52 UTC
  • mto: (77.6.1 glibclient-merge)
  • mto: This revision was merged to the branch mainline in revision 112.
  • Revision ID: monty@inaugust.com-20080709155252-lnzmxxje1g40z3a7
Warning fixes. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
#define YYLEX_PARAM yythd
30
30
#define YYTHD ((THD *)yythd)
31
31
 
 
32
#define YYENABLE_NLS 0
 
33
#define YYLTYPE_IS_TRIVIAL 0
 
34
 
32
35
#define MYSQL_YACC
33
36
#define YYINITDEPTH 100
34
37
#define YYMAXDEPTH 3200                        /* Because of 64K stack */