mysql-binlog-connector-java icon indicating copy to clipboard operation
mysql-binlog-connector-java copied to clipboard

No break keyword in the switch-case code block.

Open tianzh98 opened this issue 3 years ago • 0 comments

version: 0.25.3 at: com/github/shyiko/mysql/binlog/event/deserialization/TableMapEventMetadataDeserializer.java:92

image In this switch-case code block,the case ENUM_AND_SET_COLUMN_CHARSET: statement does not end with the break keyword. Is this a bug, or are there other concerns?

tianzh98 avatar May 23 '22 03:05 tianzh98