You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: mysql-replicator-augmenter-model/src/main/java/com/booking/replication/augmenter/model/deserializer/CellValueDeserializer.java
Copy file name to clipboardExpand all lines: mysql-replicator-augmenter-model/src/main/java/com/booking/replication/augmenter/model/event/QueryAugmentedEventData.java
Copy file name to clipboardExpand all lines: mysql-replicator-augmenter-model/src/main/java/com/booking/replication/augmenter/model/event/format/avro/EventDataPresenterAvro.java
Copy file name to clipboardExpand all lines: mysql-replicator-augmenter-model/src/main/java/com/booking/replication/augmenter/model/row/AugmentedRow.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,7 @@ public AugmentedRow(
62
62
// times during one second, but in different events. The additional logic is added in
63
63
// TimestampOrganizer which protects the ordering of changes in cases when the same row
Copy file name to clipboardExpand all lines: mysql-replicator-augmenter-model/src/main/java/com/booking/replication/augmenter/model/schema/ColumnSchema.java
Copy file name to clipboardExpand all lines: mysql-replicator-augmenter-model/src/main/java/com/booking/replication/augmenter/model/schema/FullTableName.java
+6-1
Original file line number
Diff line number
Diff line change
@@ -17,11 +17,16 @@ public FullTableName(String database, String name) {
Copy file name to clipboardExpand all lines: mysql-replicator-augmenter-model/src/main/java/com/booking/replication/augmenter/model/schema/SchemaAtPositionCache.java
+3-3
Original file line number
Diff line number
Diff line change
@@ -69,9 +69,9 @@ public SchemaAtPositionCache deepCopy() {
0 commit comments