~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_lex.h

  • Committer: Monty Taylor
  • Date: 2009-01-30 04:45:55 UTC
  • mfrom: (779.4.10 devel)
  • mto: (779.7.3 devel)
  • mto: This revision was merged to the branch mainline in revision 823.
  • Revision ID: mordred@inaugust.com-20090130044555-ntb3509c8o6e3sb5
MergedĀ fromĀ me.

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