I have installed Percona Xtradb Cluster Server 5.5 and set up galera replication. Everything worked fine so far. Then I wanted to install the handlersocket plugin in mysql, but it didn't worked out . After many tests, I came to a conclusion:
- if i install percona-server-server-5.5 package, I can install handlersocket, but the replications won't work (it doesn't recognize anymore wsrep variables in .cfn)
- if i install percona-xtrabd-cluster-server 5.5 package, the replication works, but the handlersocket cannot be installed (the handlesocket.so file needed it doesn't even exist in this case). I've compiled and installed manually the file but when I want to query in mysql console the install command it gives me this error: errno: 2 /usr/lib/mysql/plugin/handlersocket.so: undefined symbol: _ZN3THDC1Ev
Can percona xtradb cluster work with handlersocket? And if so, what am I doing wrong?
Thanks in advance!