View Issue Details

IDProjectCategoryView StatusLast Update
0004021SymmetricDSBugpublic2019-06-25 18:05
Reporterelong Assigned Toelong  
Prioritynormal 
Status closedResolutionfixed 
Product Version3.10.0 
Target Version3.10.3Fixed in Version3.10.3 
Summary0004021: On every startup with MariaDB, alters to SYM tables
DescriptionWith MariaDB JDBC driver, when starting SymmetricDS, it always sees a model change and alters tables.

DDL applied: ALTER TABLE `sym_conflict` DROP FOREIGN KEY `sym_fk_cf_2_grp_lnk`
DDL applied: ALTER TABLE `elong`.`sym_channel` MODIFY COLUMN `description` VARCHAR(255) NULL
DDL applied: ALTER TABLE `sym_conflict` ADD CONSTRAINT `sym_fk_cf_2_grp_lnk` FOREIGN KEY (`source_node_group_id`, `target_node_group_id`) REFERENCES `sym_node_group_link` (`source_node_group_id`, `target_node_group_id`)
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Related Changesets

SymmetricDS: 3.10 41074b39

2019-06-19 14:41:25

admin

Details Diff
0004021: On every startup with MariaDB, alters to SYM tables Affected Issues
0004021
mod - symmetric-jdbc/src/main/java/org/jumpmind/db/platform/mariadb/MariaDBDatabasePlatform.java Diff File
add - symmetric-jdbc/src/main/java/org/jumpmind/db/platform/mariadb/MariaDBDdlReader.java Diff File

Issue History

Date Modified Username Field Change
2019-06-19 18:39 elong New Issue
2019-06-19 18:39 elong Status new => assigned
2019-06-19 18:39 elong Assigned To => elong
2019-06-19 18:41 elong Status assigned => resolved
2019-06-19 18:41 elong Resolution open => fixed
2019-06-19 18:41 elong Fixed in Version => 3.10.3
2019-06-19 19:00 admin Changeset attached => SymmetricDS 3.10 41074b39
2019-06-25 18:05 admin Status resolved => closed