~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to server/rpl_record.cc

  • Committer: Brian Aker
  • Date: 2008-07-23 00:11:39 UTC
  • Revision ID: brian@tangent.org-20080723001139-967ewfngqqotwb6e
Removed final uint dead types.

Show diffs side-by-side

added added

removed removed

Lines of Context:
237
237
          (tabledef not NULL). If tabledef is NULL then it is assumed that
238
238
          the packed row comes from the table to which it is unpacked.
239
239
        */
240
 
        uint16 metadata= tabledef ? tabledef->field_metadata(i) : 0;
 
240
        uint16_t metadata= tabledef ? tabledef->field_metadata(i) : 0;
241
241
        pack_ptr= f->unpack(f->ptr, pack_ptr, metadata, true);
242
242
      }
243
243