1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

MDEV-5115 RBR from MySQL 5.6 to MariaDB 10.0 does not work

Patially merge WL#5917, to understand v2 row events
This commit is contained in:
Sergei Golubchik
2013-12-09 12:37:45 +01:00
parent 5290811c5c
commit 6ae5f0efea
61 changed files with 6372 additions and 6153 deletions

View File

@ -4824,6 +4824,7 @@ sub extract_warning_lines ($$) {
qr|feedback plugin: failed to retrieve the MAC address|,
qr|Plugin 'FEEDBACK' init function returned error|,
qr|Plugin 'FEEDBACK' registration as a INFORMATION SCHEMA failed|,
qr|'log-bin-use-v1-row-events' is MySQL 5.6 compatible option|,
);
my $matched_lines= [];