Hi,

Yes, there is wsrep_replicate_myisam, this variable controls if MyISAM will be replicated or not. MyISAM replication is still experimental and that is one of the reasons why this variable is set to OFF by default.

Aria could be used on Galera Cluster similarly as InnoDB if there is support for aborting any transactions and you should add support for update/delete.

Note that changes you see for myisam might not be enough for Aria, there is also the wsrep library where the actual replication is done.

R: Jan


Hi again guys! =)
I have a doubt, i was using a 
diff -u galera-5.33a mariadb-5.33a | grep -i "myisam"

and found some lines... well could we add the aria storage to 'work' like myisam with galera cluster?

i don't know if it's the right way (changing "== MYISAM_ENGINE" to something like (== myisam_engine OR == maria_engine))
if yes... i could make this patch and send? should i create a mdev to this task (allow aria engine with galera cluster)? 
today it's not a trasational engine, but it's better than myisam with the crash safe feature



--

Jan Lindström
Principal Engineer

MariaDB | MaxScale | skype: jan_p_lindstrom

www.skysql.com

Twitter Blog Facebook LinkedIn Google+

_______________________________________________
Mailing list: https://launchpad.net/~maria-developers
Post to     : maria-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~maria-developers
More help   : https://help.launchpad.net/ListHelp

Reply via email to