~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/index_hint.cc

  • 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:
54
54
 * @param Session pointer
55
55
 * @param[out] Appends the index hint here
56
56
 */
57
 
void Index_hint::print(String& str)
 
57
void Index_hint::print(String& str) const
58
58
{
59
59
  str.append(STRING_WITH_LEN(index_hint_type_name[type]));
60
60
  str.append(STRING_WITH_LEN(" ("));