~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/rpl_tblmap.cc

  • Committer: Brian Aker
  • Date: 2008-10-06 06:47:29 UTC
  • Revision ID: brian@tangent.org-20081006064729-2i9mhjkzyvow9xsm
RemoveĀ uint.

Show diffs side-by-side

added added

removed removed

Lines of Context:
121
121
*/
122
122
void table_mapping::clear_tables()
123
123
{
124
 
  for (uint i= 0; i < m_table_ids.records; i++)
 
124
  for (uint32_t i= 0; i < m_table_ids.records; i++)
125
125
  {
126
126
    entry *e= (entry *)hash_element(&m_table_ids, i);
127
127
    e->next= m_free;