connection node_2; connection node_1; SET GLOBAL wsrep_ignore_apply_errors=0; SET SESSION AUTOCOMMIT=0; SET SESSION max_error_count=0; CREATE TABLE t0 (id GEOMETRY,parent_id GEOMETRY)ENGINE=SEQUENCE; ERROR 42000: This version of MariaDB doesn't yet support 'non-InnoDB sequences in Galera cluster' connection node_2; SHOW CREATE TABLE t0; ERROR 42S02: Table 'test.t0' doesn't exist connection node_1; SET GLOBAL wsrep_ignore_apply_errors=DEFAULT;