View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004304 | SymmetricDS | Bug | public | 2020-03-09 16:20 | 2020-03-17 18:43 |
Reporter | pmarzullo | Assigned To | pmarzullo | ||
Priority | normal | ||||
Status | closed | Resolution | fixed | ||
Product Version | 3.11.5 | ||||
Target Version | 3.11.7 | Fixed in Version | 3.11.7 | ||
Summary | 0004304: MySql and MariaDB: Streaming row mode does not call concat() on primary keys for insert and update reload triggers | ||||
Description | Streaming mode insertReloadTriggerTemplate updateReloadTriggerTemplate Need to concatenate newKeys and oldKeys, especially when more than one column is used for primary key. Also, the updateReloadTriggerTemplate concatenates the old and new columns, but they are not used because we are only capturing primary keys (for streaming mode). Need to remove those calls. | ||||
Steps To Reproduce | 1. Turn on streaming mode 2. Sync a table that has more than one column set up for primary key. | ||||
Tags | dialect: mysql/mariadb | ||||
SymmetricDS: 3.11 c636d301 2020-03-09 12:25:56 Philip Marzullo Details Diff |
0004304: MySql and MariaDB: Streaming row mode does not call concat() on primary keys for insert and update reload triggers |
Affected Issues 0004304 |
|
mod - symmetric-client/src/main/java/org/jumpmind/symmetric/db/mysql/MySqlTriggerTemplate.java | Diff File |
Date Modified | Username | Field | Change |
---|---|---|---|
2020-03-09 16:20 | pmarzullo | New Issue | |
2020-03-09 16:20 | pmarzullo | Status | new => assigned |
2020-03-09 16:20 | pmarzullo | Assigned To | => pmarzullo |
2020-03-09 16:20 | pmarzullo | Tag Attached: dialect: mysql/mariadb | |
2020-03-09 16:23 | pmarzullo | Product Version | 3.10.10 => 3.11.5 |
2020-03-09 16:23 | pmarzullo | Target Version | 3.10.11 => 3.11.7 |
2020-03-09 16:36 | pmarzullo | Status | assigned => resolved |
2020-03-09 16:36 | pmarzullo | Resolution | open => fixed |
2020-03-09 16:36 | pmarzullo | Fixed in Version | => 3.11.7 |
2020-03-09 17:00 | Changeset attached | => SymmetricDS 3.11 c636d301 | |
2020-03-17 18:43 | admin | Status | resolved => closed |