~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/rpl_tblmap.cc

  • Committer: Brian Aker
  • Date: 2008-08-15 15:01:59 UTC
  • mto: This revision was merged to the branch mainline in revision 346.
  • Revision ID: brian@tangent.org-20080815150159-vpx04493xvokzrkv
First pass in encapsulating table (it is now an object, no longer a structure).

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
  free_root(&m_mem_root, MYF(0));
47
47
}
48
48
 
49
 
st_table* table_mapping::get_table(ulong table_id)
 
49
Table* table_mapping::get_table(ulong table_id)
50
50
{
51
51
  entry *e= find_entry(table_id);
52
52
  if (e)