mysql-binlog-connector-java
mysql-binlog-connector-java copied to clipboard
No break keyword in the switch-case code block.
version: 0.25.3 at: com/github/shyiko/mysql/binlog/event/deserialization/TableMapEventMetadataDeserializer.java:92
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?