Addition of MARIADB10_START_ENCRYPTION_EVENT
Addition of MARIADB10_START_ENCRYPTION_EVENT and its description in event_names_mariadb10 array
This commit is contained in:
@ -51,6 +51,7 @@
|
||||
* 11/07/2016 Massimiliano Pinto Added SSL backend support
|
||||
* 22/07/2016 Massimiliano Pinto Added semi_sync replication support
|
||||
* 24/08/2016 Massimiliano Pinto Added slave notification via CS_WAIT_DATA new state
|
||||
* 16/08/2016 Massimiliano Pinto Addition of Start Encription Event description
|
||||
*
|
||||
* @endverbatim
|
||||
*/
|
||||
@ -1117,7 +1118,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