Hole detection while receiving events and maxbinlogcheck support for encrypted binlog files

When a hole is detected while receiving events an ignorable event is
written in maxscale binlog. Such event is not sent ti slave servers.

Maxbinlogcheck can now check encrypted binlog files without decrypting
them
This commit is contained in:
MassimilianoPinto
2016-10-14 12:20:57 +02:00
parent 2fe58ebe5b
commit a30782227b
4 changed files with 382 additions and 47 deletions

View File

@ -50,6 +50,7 @@
* for connection error and authentication failure.
* 11/07/2016 Massimiliano Pinto Added SSL backend support
* 22/07/2016 Massimiliano Pinto Added semi_sync replication support
* 16/08/2016 Massimiliano Pinto Addition of Start Encription Event description
*
* @endverbatim
*/
@ -1116,7 +1117,8 @@ static char *event_names_mariadb10[] =
/* New MariaDB 10.x event numbers */
"Binlog Checkpoint Event",
"GTID Event",
"GTID List Event"
"GTID List Event",
"Start Encryption Event"
};
/**