~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/rpl_tblmap.cc

  • Committer: Brian Aker
  • Date: 2008-08-16 22:34:15 UTC
  • mto: This revision was merged to the branch mainline in revision 346.
  • Revision ID: brian@tangent.org-20080816223415-n24esdpfcqi4pwpy
Refactor around classes. TABLE_LIST has been factored out of table.h

Show diffs side-by-side

added added

removed removed

Lines of Context:
83
83
  return 0;
84
84
}
85
85
 
86
 
int table_mapping::set_table(ulong table_id, TABLE* table)
 
86
int table_mapping::set_table(ulong table_id, Table* table)
87
87
{
88
88
  entry *e= find_entry(table_id);
89
89
  if (e == 0)