View Issue Details

IDProjectCategoryView StatusLast Update
0001453SymmetricDSBugpublic2022-08-30 13:04
Reportersyre Assigned Toemiller  
Priorityhigh 
Status closedResolutionduplicate 
Target Version3.14.1Fixed in Version3.14.1 
Summary0001453: sym tables created in mysql should use innodb engine
Descriptionsym tables created in mysql should use innodb engine, or transactions from mysql will be broken.
Steps To Reproducebegin;
insert into test (value) values('aaaaa');
rollback;

this row will be sync to the slave
Tagsdialect: mysql/mariadb

Relationships

related to 0000140 closedemiller Check to see that the SymmetricDS tables are created to use the Innodb storage engine on MySQL. 

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2013-10-27 14:00 syre New Issue
2019-04-12 12:17 admin Relationship added related to 0000140
2019-04-23 12:15 elong Tag Attached: mysql/mariadb
2019-04-23 20:49 admin Tag Renamed mysql/mariadb => dialect: mysql/mariadb
2022-08-05 15:22 emiller Assigned To => emiller
2022-08-05 15:22 emiller Status new => resolved
2022-08-05 15:22 emiller Resolution open => duplicate
2022-08-05 15:22 emiller Fixed in Version => 3.14.1
2022-08-30 13:04 admin Status resolved => closed