~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Brian Aker
  • Date: 2011-07-25 04:35:53 UTC
  • mto: This revision was merged to the branch mainline in revision 2373.
  • Revision ID: brian@tangent.org-20110725043553-44g9ti2gm9yl623o
Fedora fix/use fwd header for iostream.

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;