Details
-
Bug
-
Status: Confirmed (View Workflow)
-
Major
-
Resolution: Unresolved
-
10.4.12, 10.3, 10.4, 10.5
-
None
-
Debian 9
Description
Hello,
I have this setup:
- master
- slave with system versioning activated
When I add a new column on master for a table, this is also propagated to slave , but when an update is running on master on that table and is replicated to slave, it fails, with error that it cannot change column type from my define type to timestamp(6). I have row based replication with GTID.
I have both secure timestamp=YES and system_versioning_alter_history=KEEP on the slave.
I have the same setup with mariadb 10.3.14 but replication is not going down.
What can be the cause ?