mirror of
https://github.com/MariaDB/server.git
synced 2025-11-09 11:41:36 +03:00
@@enforce_storage_engine is local setting and there is no knowledge how other nodes are configured. Statement CREATE TABLE xxx ENGINE=yyy is replicated as it is and if required engine != enforced engine it could lead inconsistent used storage engine in the cluster. Fix is to return error and a warning if required engine is not same as enforced engine. Signed-off-by: Julius Goryavsky <julius.goryavsky@mariadb.com>
417 KiB
417 KiB