diff options
author | Alice Sherepa <alice.sherepa@gmail.com> | 2019-12-04 14:19:12 +0100 |
---|---|---|
committer | Alice Sherepa <alice.sherepa@gmail.com> | 2019-12-04 14:19:12 +0100 |
commit | 9f7b1a54ea6df11eda752c4cff36582dd65511a4 (patch) | |
tree | 13d1a3088e48f2c8eadd273c230af29988d845e2 | |
parent | 0b8b11b0b15f2d3d20dc801e50fa2beedc080dad (diff) | |
download | mariadb-git-bb-10.4-MDEV-20959.tar.gz |
MDEV-20959 binlog.binlog_parallel_replication_marks_row fails with wrong resultsbb-10.4-MDEV-20959
-rw-r--r-- | mysql-test/include/binlog_parallel_replication_marks.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/include/binlog_parallel_replication_marks.test b/mysql-test/include/binlog_parallel_replication_marks.test index 82fa997822d..3976088ca43 100644 --- a/mysql-test/include/binlog_parallel_replication_marks.test +++ b/mysql-test/include/binlog_parallel_replication_marks.test @@ -80,7 +80,7 @@ while (<F>) { s/table id \d+/table id #/; s/mapped to number \d+/mapped to number #/; s/CRC32 0x[0-9a-f]+/CRC32 0x########/; - print if /GTID|BEGIN|COMMIT|Table_map|Write_rows|Update_rows|Delete_rows|generated by server|40005 TEMPORARY/; + print if /\b(GTID|BEGIN|COMMIT|Table_map|Write_rows|Update_rows|Delete_rows|generated by server|40005 TEMPORARY)\b/; } close F; EOF |