Restoring all databases from MariaDB 10 to Percona Xtradb Cluster, I saw an error on mysql.log on one of db nodes as below
[ERROR] Incorrect definition of table mysql.proc: expected column ‘definer’ at position 11 to have type char(77), found type char(141).
percona-xtradb-cluster-galera-3.x
3.9.3494.trusty
Do I simply change char(77) to char(141) on one of the node or there’s a few extra steps?