~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_lex.h

  • Committer: Olaf van der Spek
  • Date: 2011-08-15 15:27:42 UTC
  • mto: This revision was merged to the branch mainline in revision 2408.
  • Revision ID: olafvdspek@gmail.com-20110815152742-ydpj5sj78t1v248o
Refactor

Show diffs side-by-side

added added

removed removed

Lines of Context:
643
643
   Add a index hint to the tagged list of hints. The type and clause of the
644
644
   hint will be the current ones (set by set_index_hint())
645
645
  */
646
 
  void add_index_hint(Session *session, const char *str, uint32_t length);
 
646
  void add_index_hint(Session*, const char*);
647
647
 
648
648
  /* make a list to hold index hints */
649
649
  void alloc_index_hints (Session *session);