version | Information_schema | performance_schema |
---|---|---|
5.0.92 | 17 | 0 |
5.1.54 | 28 | 0 |
5.1.54 with innodb plugin | 35 | 0 |
5.5.8 | 37 | 17 |
5.6.2 | 48 | 23 |
The difference between 5.0 and 5.6 is staggering. We came from 17 to 71 metadata total tables. A stacked bar chart helps visualize the changes.
I noticed, BTW, that MySQL 5.0.92, which is not in active support, was released without the binaries for Mac OSX. If this kind of edition is limited to the versions in extended support, that's fine with me. I hope the habit does not contaminate the regular builds.
3 comments:
What is version 5.8.8?
@LinuxJedi,
version 5.8.8 is a typo. It should be 5.5.8.
Thanks for spotting it.
Fixed now
Hi!
I continue to be surprised at the changes to INFORMATION_SCHEMA that are being made, I would think that at some point they might want to clearly define out what is standard and what is not.
It is nice to see that PERFORMANCE_SCHEMA was broken out from INFORMATION_SCHEMA.
Cheers,
-Brian
Post a Comment