I want to change my cluster to mariadb innodb galera cluster and need to know does this replication support in memory tables bbefore this i have mysql in my cluster but need to use mariadb with innodb search engine bbut the problem is these in memory table does this replication end to an error?
allowing in memory table in mariadb galera cluster
Galera is all about HA (High Avility). The Query Cache, MyISAM, and MEMORY-table are not practical for a situation where multiple nodes are expected to stay perfectly in sync.
I do not expect any of those to be implemented in the future.;
Please explain what you want
MEMORY
for. Maybe we can suggest a workaround.