Skip to content

Commit

Permalink
0004313: MySQL and MariaDB: Streaming row mode does not capture updates
Browse files Browse the repository at this point in the history
correctly
  • Loading branch information
philipmarzullo64 committed Mar 13, 2020
1 parent bffef0e commit 508b321
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -121,7 +121,7 @@ public MySqlTriggerTemplate(ISymmetricDialect symmetricDialect, boolean isConver
" insert into $(defaultCatalog)$(prefixName)_data (table_name, event_type, trigger_hist_id, pk_data, channel_id, transaction_id, source_node_id, external_data, create_time)\n" +
" values( \n" +
" '$(targetTableName)', \n" +
" 'U', \n" +
" 'R', \n" +
" $(triggerHistoryId), \n" +
" concat($(oldKeys) \n" +
" ), \n" +
Expand Down

0 comments on commit 508b321

Please sign in to comment.