~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_lex.h

  • Committer: Jay Pipes
  • Date: 2009-02-04 15:44:25 UTC
  • mfrom: (829 drizzle)
  • mto: This revision was merged to the branch mainline in revision 830.
  • Revision ID: jpipes@serialcoder-20090204154425-th8xfk2ujz2y8xwg
Merge with trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
1483
1483
  { /* Never called */ }
1484
1484
};
1485
1485
 
1486
 
extern void lex_init(void);
1487
 
extern void lex_free(void);
1488
1486
extern void lex_start(Session *session);
1489
1487
extern void lex_end(LEX *lex);
1490
1488
 
1492
1490
 
1493
1491
extern bool is_lex_native_function(const LEX_STRING *name);
1494
1492
 
1495
 
int lex_casecmp(const char *s, const char *t, uint32_t len);
1496
 
 
1497
1493
/**
1498
1494
  @} (End of group Semantic_Analysis)
1499
1495
*/