The common_schema project is currently hosted by Google Code. Downloads are available at the Google Code common_schema project page
All downloads are plain text SQL source files. There are several distributions of common_schema, compatible with different MySQL server versions, utilizing different features in the different versions:
common_schema_mysql_51
Includes the majority of features.
Compatible with:
- MySQL 5.1 and above
common_schema_mysql_innodb_plugin
Extends the former distribution. Adds InnoDB Plugin specific features (relies on introduced INFORMATION_SCHEMA tables).
Compatible with:
- MySQL 5.1 with InnoDB Plugin enabled (and with all INFORMATION_SCHEMA plugins loaded).
- MySQL 5.5 (includes InnoDB Plugin by default)
- Percona Server 5.1 and above (uses XtraDB, a fork of InnoDB Plugin)
common_schema_percona_server
Extends the former distributions. Adds Percona Server specific features.
Compatible with:
- Percona Server 5.1 and above, with INNODB_INDEX_STATS enabled
Get it
I’m ready! Take me to downloads page
Notes
There is no MySQL 5.0 compatible distribution.