~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to sql/sql_lex.h

  • 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:
1685
1685
extern void lex_free(void);
1686
1686
extern void lex_start(THD *thd);
1687
1687
extern void lex_end(LEX *lex);
1688
 
extern int MYSQLlex(void *arg, void *yythd);
1689
1688
 
1690
1689
extern void trim_whitespace(CHARSET_INFO *cs, LEX_STRING *str);
1691
1690