osheroff/mysql-binlog-connector-java

TableMapEventMetadata is all ways null

jijiuzhou opened this issue · 1 comments

TableMapEventData data = event.getData();
TableMapEventMetadata tableMapEventMetadata = data.getEventMetadata();
List columnNames = tableMapEventMetadata.getColumnNames();

if we use jdbc slect from INFORMATION_SCHEMA.COLUMNS ,we may get the latest table schema,but not the schema which when the row changed