Hi,
I have installed
Percona-Server-shared-compat-5.1.43-3.x86_64.rpm
Percona-XtraDB-1.0.6-10-5.1.45-10.rhel5.x86_64.rpm
Percona-XtraDB-51-5.1.45-10.rhel5.src.rpm
Percona-XtraDB-client-51-5.1.45-10.rhel5.x86_64.rpm
Percona-XtraDB-devel-51-5.1.45-10.rhel5.x86_64.rpm
Percona-XtraDB-server-51-5.1.45-10.rhel5.x86_64.rpm
Percona-XtraDB-shared-51-5.1.45-10.rhel5.x86_64.rpm
Percona-XtraDB-test-51-5.1.45-10.rhel5.x86_64.rpm
on my CentOS 5.5 64bit server. Do I need to make any changes in /etc/my.cnf to avail the benefits of XtraDB Plugin?
For instance, the FAQ mentions that the install process is the same as that for innodb plugin. So by referring to the innodb plugin installation manual, I need to enter the following in my.cnf
ignore_builtin_innodbplugin-load=innodb=ha_innodb_plugin.so;innodb_trx=ha_innodb_plugin.so;innodb_locks=ha_innodb_plugin.so;innodb_lock_waits=ha_innodb_plugin.so;innodb_cmp=ha_innodb_plugin.so;innodb_cmp_reset=ha_innodb_plugin.so;innodb_cmpmem=ha_innodb_plugin.so;innodb_cmpmem_reset=ha_innodb_plugin.soinnodb_file_per_table=1innodb_file_format=barracudainnodb_strict_mode=1default_storage_engine=MyISAM
Am I right ?
Regards
Shann