Menu

#1106 (ok 3.2.5) Ignore number of records in MRG_MyISAM tables

fixed
None
1
2013-06-11
2004-01-01
No

If a database contains tables of type MRG_MyISAM, the
number of records in the merged table is added to the
number of records in 'real' tables when
db_details_structure.php calculates the total number of
records in that database.

IMO this is not correct: MRG_MyISAM tables don't have
any records of their own -- they're just a merged view
of other tables within the same database.

So, when calculating the total number of records within
a database, tables of type MRG_MyISAM should be
ignored.

Discussion

  • Marc Delisle

    Marc Delisle - 2010-01-03

    Moved to bugs

     
  • Marc Delisle

    Marc Delisle - 2010-01-03
    • assigned_to: nobody --> lem9
     
  • Marc Delisle

    Marc Delisle - 2010-01-03
    • labels: 317622 -->
     
  • Marc Delisle

    Marc Delisle - 2010-01-03

    Fixed in subversion, thanks for reporting.

     
  • Marc Delisle

    Marc Delisle - 2010-01-03
    • priority: 5 --> 1
    • summary: Ignore number of records in MRG_MyISAM tables --> (ok 3.2.5) Ignore number of records in MRG_MyISAM tables
    • status: open --> open-fixed
     
  • Marc Delisle

    Marc Delisle - 2010-01-10
    • status: open-fixed --> closed-fixed
     
  • Michal Čihař

    Michal Čihař - 2013-06-11
    • Status: closed-fixed --> fixed