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:
MassimilianoPinto
2016-09-16 09:49:17 +02:00
parent 5ba7dd49ed
commit 8e5fa51efa
2 changed files with 6 additions and 2 deletions

View File

@ -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"
};
/**