From 29dcd939790e277d25a2ff3b6f6a8b922511a712 Mon Sep 17 00:00:00 2001 From: MassimilianoPinto Date: Thu, 19 Mar 2015 09:56:00 +0100 Subject: [PATCH] MariaDB 10 support and checksum fix MariaDB 10 support and checksum fix --- server/modules/routing/binlog/blr_slave.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/server/modules/routing/binlog/blr_slave.c b/server/modules/routing/binlog/blr_slave.c index 56c5996cd..f1ad60ba2 100644 --- a/server/modules/routing/binlog/blr_slave.c +++ b/server/modules/routing/binlog/blr_slave.c @@ -34,6 +34,8 @@ * Date Who Description * 14/04/2014 Mark Riddoch Initial implementation * 18/02/2015 Massimiliano Pinto Addition of DISCONNECT ALL and DISCONNECT SERVER server_id + * 18/03/2015 Markus Makela Better detection of CRC32 | NONE checksum + * 19/03/2015 Massimiliano Pinto Addition of basic MariaDB 10 compatibility support * * @endverbatim */