Bug #54832 Comment for MyISAM says it is a default engine
Submitted: 26 Jun 2010 23:03 Modified: 4 Aug 2010 23:10
Reporter: Elena Stepanova Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: MyISAM storage engine Severity:S3 (Non-critical)
Version:5.5.6-m3 OS:Any
Assigned to: Sergey Vojtovich CPU Architecture:Any

[26 Jun 2010 23:03] Elena Stepanova
Description:
Select from I_S.engines (or SHOW ENGINES) still says about MyISAM "Default engine as of MySQL 3.23..."

Also, Docs/mysql.info contains several references to MyISAM as default engine.

How to repeat:
do
SHOW ENGINES;
see result

Suggested fix:
Apparently the texts need to be changed now
[2 Jul 2010 10:58] Bugs System
A patch for this bug has been committed. After review, it may
be pushed to the relevant source trees for release in the next
version. You can access the patch from:

  http://lists.mysql.com/commits/112731

3086 Sergey Vojtovich	2010-07-02
      BUG#54832 - Comment for MyISAM says it is a default engine
      
      Fixed MyISAM storage engine comment, so it doesn't anymore
      state that MyISAM is default storage engine.
[5 Jul 2010 7:16] Bugs System
A patch for this bug has been committed. After review, it may
be pushed to the relevant source trees for release in the next
version. You can access the patch from:

  http://lists.mysql.com/commits/112852

3086 Sergey Vojtovich	2010-07-05 [merge]
      Merge fix for BUG#54832 to trunk.
[5 Jul 2010 7:20] Bugs System
A patch for this bug has been committed. After review, it may
be pushed to the relevant source trees for release in the next
version. You can access the patch from:

  http://lists.mysql.com/commits/112853

3087 Sergey Vojtovich	2010-07-05 [merge]
      Merge fix for BUG#54832 to trunk.
[5 Jul 2010 7:34] Bugs System
A patch for this bug has been committed. After review, it may
be pushed to the relevant source trees for release in the next
version. You can access the patch from:

  http://lists.mysql.com/commits/112855

3088 Sergey Vojtovich	2010-07-05
      BUG#54832 - Comment for MyISAM says it is a default engine
      
      Adjusted tests.
     @ mysql-test/r/information_schema.result
        Adjusted tests.
     @ mysql-test/suite/funcs_1/r/is_engines_myisam.result
        Adjusted tests.
[5 Jul 2010 7:36] Bugs System
A patch for this bug has been committed. After review, it may
be pushed to the relevant source trees for release in the next
version. You can access the patch from:

  http://lists.mysql.com/commits/112857

3283 Sergey Vojtovich	2010-07-05 [merge]
      Merge fix for BUG#54832 to next-mr.
[23 Jul 2010 12:25] Bugs System
Pushed into mysql-trunk 5.5.6-m3 (revid:alik@sun.com-20100723121820-jryu2fuw3pc53q9w) (version source revid:vasil.dimov@oracle.com-20100531152341-x2d4hma644icamh1) (merge vers: 5.5.5-m3) (pib:18)
[23 Jul 2010 12:32] Bugs System
Pushed into mysql-next-mr (revid:alik@sun.com-20100723121929-90e9zemk3jkr2ocy) (version source revid:vasil.dimov@oracle.com-20100531152341-x2d4hma644icamh1) (pib:18)
[29 Jul 2010 19:22] Paul DuBois
Noted in 5.5.6 changelog.

INFORMATION_SCHEMA.ENGINES and SHOW ENGINES described MyISAM as the
default storage engine, but this is not true as of MySQL 5.5.5.
[4 Aug 2010 8:06] Bugs System
Pushed into mysql-trunk 5.6.1-m4 (revid:alik@ibmvm-20100804080001-bny5271e65xo34ig) (version source revid:vasil.dimov@oracle.com-20100531152341-x2d4hma644icamh1) (merge vers: 5.5.5-m3) (pib:18)
[4 Aug 2010 8:22] Bugs System
Pushed into mysql-trunk 5.6.1-m4 (revid:alik@ibmvm-20100804081533-c1d3rbipo9e8rt1s) (version source revid:vasil.dimov@oracle.com-20100531152341-x2d4hma644icamh1) (merge vers: 5.5.5-m3) (pib:18)
[4 Aug 2010 23:10] Paul DuBois
Bug does not appear in any released 5.6.x version.