DBZ-6840 Wrong filtered comments

This commit is contained in:
harveyyue 2023-08-29 09:44:24 +08:00 committed by Jiri Pechanec
parent dac07d53c3
commit c03b2249d8

View File

@ -88,7 +88,8 @@ public interface SchemaHistory {
"FLUSH RELAY LOGS.*," + "FLUSH RELAY LOGS.*," +
"flush relay logs.*," + "flush relay logs.*," +
"SAVEPOINT .*," + "SAVEPOINT .*," +
"^\\s*#.*") // Filter out the comment start with "# Dummy event" according https://jira.mariadb.org/browse/MDEV-225
"^\\s*#\\s*Dummy event.*")
.withWidth(Width.LONG) .withWidth(Width.LONG)
.withImportance(Importance.LOW) .withImportance(Importance.LOW)
.withDescription("A regular expression to filter out a subset of incoming DDL statements " .withDescription("A regular expression to filter out a subset of incoming DDL statements "