~mohyt/drizzle/drizzle-drop

« back to all changes in this revision

Viewing changes to plugin/innobase/include/pars0pars.h

  • Committer: Continuous Integration
  • Date: 2013-04-27 20:03:58 UTC
  • mfrom: (2633.1.11 drizzle-7.2)
  • Revision ID: ci@drizzle.org-20130427200358-77r6140iqb0orc1o
Merge lp:~brianaker/drizzle/update-bootstrap-april-20113/ Build: jenkins-Drizzle-Builder-192

Show diffs side-by-side

added added

removed removed

Lines of Context:
93
93
#define PARS_OUTPUT     1
94
94
#define PARS_NOT_PARAM  2
95
95
 
96
 
int
97
 
yyparse(void);
98
 
 
99
96
/*************************************************************//**
100
97
Parses an SQL string returning the query graph.
101
98
@return own: the query graph */