~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/pbms/src/systab_dump_ms.cc

  • Committer: Olaf van der Spek
  • Date: 2011-08-04 08:13:04 UTC
  • mfrom: (2384 drizzle)
  • mto: This revision was merged to the branch mainline in revision 2385.
  • Revision ID: olafvdspek@gmail.com-20110804081304-rlejjpvoos17bjdf
Merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
369
369
void MSDumpTable::setUpRepository(const char *info_buffer, uint32_t length)
370
370
{
371
371
        uint32_t tab_id, magic;
 
372
        (void)magic;
372
373
        MSDatabase *myDB = myShare->mySysDatabase;
373
374
        RepInfoPtr      rep_info = (RepInfoPtr) info_buffer;
374
375
        TabInfoPtr      tab_info;