~otto/maria/5.5.37-0ubuntu0.14.04.1

« back to all changes in this revision

Viewing changes to sql/sql_lex.h

  • Committer: Package Import Robot
  • Author(s): Chris J Arges
  • Date: 2014-01-10 14:16:25 UTC
  • Revision ID: package-import@ubuntu.com-20140110141625-7ztkdqjl2az4v26u
Tags: 5.5.32-1ubuntu1
d/p/62_sql_yacc.yy_incompatible_with_bison_3_mdev4902.diff:
Fix FTBFS due to bison 3.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2931
2931
extern void lex_end(LEX *lex);
2932
2932
void end_lex_with_single_table(THD *thd, TABLE *table, LEX *old_lex);
2933
2933
int init_lex_with_single_table(THD *thd, TABLE *table, LEX *lex);
2934
 
extern int MYSQLlex(void *arg, void *yythd);
 
2934
extern int MYSQLlex(void *arg, THD *thd);
2935
2935
 
2936
2936
extern void trim_whitespace(CHARSET_INFO *cs, LEX_STRING *str);
2937
2937