~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to server/sql_yacc.yy

  • Committer: Brian Aker
  • Date: 2008-07-09 16:23:26 UTC
  • mfrom: (77.1.47 codestyle)
  • Revision ID: brian@tangent.org-20080709162326-r1lzclu3qd8cqk6i
Merge of Monty's work

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 */