~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/optimizer/position.h

  • Committer: Olaf van der Spek
  • Date: 2011-07-05 16:50:17 UTC
  • mto: This revision was merged to the branch mainline in revision 2384.
  • Revision ID: olafvdspek@gmail.com-20110705165017-8ixqna9ucpfwn0yz
Refactor Scoreboard

Show diffs side-by-side

added added

removed removed

Lines of Context:
137
137
    return key;
138
138
  }
139
139
 
140
 
  table_map getRefDependMap()
 
140
  table_map getRefDependMap() const
141
141
  {
142
142
    return ref_depend_map;
143
143
  }