1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00
Files
mariadb/mysql-test/suite
Jan Lindström f9bdff6162 MDEV-37373 : InnoDB partition table disallow local GTIDs in galera
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.
2025-09-23 13:17:00 +03:00
..
2025-07-17 09:18:18 +02:00
2025-07-17 09:18:18 +02:00
2025-07-17 09:18:18 +02:00
2025-09-15 08:44:26 +03:00
2025-07-28 18:06:31 +02:00
2025-06-04 14:09:23 +02:00
2025-09-12 13:08:40 +02:00
2025-06-04 14:09:23 +02:00
2025-09-12 13:08:40 +02:00
2025-06-04 14:09:23 +02:00
2025-09-04 18:08:39 +03:00
2025-09-04 18:08:39 +03:00