Even frequent visitors to bugs.mysql.com can sometimes miss the little note in the bottom right corner of each page:
Page generated in 0.017 sec. using MySQL 5.6.11-enterprise-commercial-advanced-log
That text changed this past weekend, going from MySQL Enterprise
5.6.10 to 5.6.11. But more importantly, the collection of
MyISAM tables which support the bugs system were also converted
to InnoDB. There’s a little story to tell here about eating
this particular helping of dogfood which also amplifies changelog comments, so here it is:
We like to keep bugs.mysql.com on a current release of MySQL, and
we started looking to upgrade from 5.5.27 shortly after GA.
In doing so, …