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:
@ -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"
|
||||
};
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user