Encryption Context and Encryption Setup have been added

Encryption Context and Encryption Setup structures have been added to
ROUTER_INSTANCE

Replication doesn’t start if binlog file has START_ENCRYPTION_EVENT but
router_option ‘encrypt_binlog’ is Off
This commit is contained in:
MassimilianoPinto
2016-09-23 17:58:33 +02:00
parent b969b68562
commit 56d345e833
5 changed files with 225 additions and 60 deletions

View File

@ -28,6 +28,12 @@
* Currently MariadDB 10 starting transactions
* are detected checking GTID event
* with flags = 0
* 26/04/16 Massimiliano Pinto MariaDB 10.1 GTID flags are properly parsed
* 23/09/16 Massimiliano Pinto MariaDB 10.1 encrypted binlog compatible:
* the output shows the START_ENCRYPTION_EVENT and follows
* binlog positions without dectypting events.
*
*
* @endverbatim
*/
@ -55,7 +61,7 @@ static struct option long_options[] =
{0, 0, 0, 0}
};
char *binlog_check_version = "1.1.0";
char *binlog_check_version = "1.2.0";
int
maxscale_uptime()