Menu

#2814 (ok 3.1.2) Table operations adds "row_format"

3.1.1
fixed
None
1
2013-06-11
2008-12-23
Virsacer
No

phpMyAdmin 3.1.1
MySQL server 5.0.67-community-nt
MySQL client 5.0.67
PHP 5.2.6

When I click "Go" in the "Table options" Box on the "Table Operations" page "row_format=DYNAMIC" / "row_format=FIXED" is added to the "Row Statistics" on the "Table Structure" page - even if none of the options is changed.

before:
Format dynamic
Collation utf8_general_ci
...

after:
Format dynamic
Options row_format=DYNAMIC
Collation utf8_general_ci
...

switching to fixed:
Format fixed
Options row_format=FIXED
Collation utf8_general_ci
...

Discussion

  • Marc Delisle

    Marc Delisle - 2008-12-23
    • assigned_to: nobody --> lem9
     
  • Marc Delisle

    Marc Delisle - 2008-12-23

    I'll fix it because it can be surprising to see the ROW_FORMAT clause added but fundamentally there is no bug here, IMO. The default value of this drop-down comes from the results of SHOW TABLE STATUS and shows the default row format chosen by the engine.

     
  • Marc Delisle

    Marc Delisle - 2008-12-23

    Fixed in subversion, thanks for reporting.

     
  • Marc Delisle

    Marc Delisle - 2008-12-23
    • milestone: --> 3.1.1
    • priority: 5 --> 1
    • summary: Table operations adds "row_format" --> (ok 3.1.2) Table operations adds "row_format"
    • status: open --> open-fixed
     
  • Marc Delisle

    Marc Delisle - 2009-01-19
    • status: open-fixed --> closed-fixed
     
  • Michal Čihař

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