mirror of
https://github.com/MariaDB/server.git
synced 2025-09-25 18:39:15 +02:00
![]() Problem was that for partitioned tables base table storage engine is DB_TYPE_PARTITION_DB and naturally different than DB_TYPE_INNODB so operation was not allowed in Galera. Fixed by requesting implementing storage engine for partitioned tables i.e. table->file->partition_ht() or if that does not exist we can use base table storage engine. Resulting storage engine type is then used on condition is operation allowed when wsrep_mode=DISALLOW_LOCAL_GTID or not. Operations to InnoDB storage engine i.e DB_TYPE_INNODB should be allowed. |
||
---|---|---|
.. | ||
include | ||
r | ||
t | ||
disabled.def | ||
galera_2nodes.cnf | ||
galera_2nodes_as_master.cnf | ||
galera_2nodes_as_replica_2primary.cnf | ||
galera_2nodes_as_slave.cnf | ||
galera_2x2nodes.cnf | ||
galera_3nodes_as_slave.cnf | ||
galera_4nodes.cnf | ||
my.cnf | ||
suite.pm |