Percona Cluster does not start (1:5.5.34-25.9.607) Query cache is not supported


140207 7:48:43 [ERROR] WSREP: Query cache is not supported (size=33554432 type=0) 140207 7:48:43
[ERROR] Aborting

[mysqld]
datadir=/mnt/storage/mysql
socket=/var/lib/mysql/mysql.sock
user=mysql
binlog_format=ROW

Query Cache is not supported with wsrep

query_cache_type=0
query_cache_size=0M
query_cache_limit=0
wsrep_provider=/usr/lib64/libgalera_smm.so

/etc/init.d/mysql start --query_cache_size=0
/etc/init.d/mysql bootstrap-pxc --query_cache_size=0

I also edited /etc/init.d/mysql afterwards and set other_args=“$* --query_cache_size=0”.

Did I made something wrong during the update?

No need to edit