~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_lex.cc

  • Committer: Olaf van der Spek
  • Date: 2011-08-15 15:17:19 UTC
  • mto: This revision was merged to the branch mainline in revision 2408.
  • Revision ID: olafvdspek@gmail.com-20110815151719-8jp69yf9tbv89kvc
Refactor

Show diffs side-by-side

added added

removed removed

Lines of Context:
2030
2030
    Then the context variable index_hint_type can be reset to the
2031
2031
    next hint type.
2032
2032
*/
2033
 
void Select_Lex::set_index_hint_type(enum index_hint_type type_arg, index_clause_map clause)
 
2033
void Select_Lex::set_index_hint_type(index_hint_type type_arg, index_clause_map clause)
2034
2034
{
2035
2035
  current_index_hint_type= type_arg;
2036
2036
  current_index_hint_clause= clause;