shlomi-noach / common_schema

DBA's framework for MySQL
MIT License
129 stars 25 forks source link

Installation issues on Percona Server 5.6 #7

Open solomonty opened 8 years ago

solomonty commented 8 years ago

I installed version 2.3 on Percona Server 5.6.25. The installation summary reported that the Percona Server components were not installed even though Percona is installed. The summary reported that TokuDB components were partially installed even though TokuDB is not installed.

mysql < common_schema-2.3.sql
complete
- Base components: installed
- InnoDB Plugin components: installed
- Percona Server components: not installed
- TokuDB components: partial install: 1/2
# rpm -qa | grep ^Percona
Percona-Server-server-56-5.6.25-rel73.1.el6.x86_64
Percona-Server-client-56-5.6.25-rel73.1.el6.x86_64
Percona-Server-devel-56-5.6.25-rel73.1.el6.x86_64
Percona-Server-shared-56-5.6.25-rel73.1.el6.x86_64
Server version:     5.6.25-73.1-log Percona Server (GPL), Release 73.1, Revision 07b797f
CentOS release 6.6 (Final)
ikewalker commented 8 years ago

The references to "Percona Server components" and "TokuDB components" in the common_schema install script are a bit dated at this point given changes to MySQL community and Percona Server.

We may just want to remove that output from the install script, as it will probably not be worth the dev time to maintain them for multiple existing and future versions of MySQL.