Added MariaDB 10 Compatibility without GTID

Added MariaDB 10 Compatibility without GTID
This commit is contained in:
MassimilianoPinto
2015-05-07 17:14:39 +02:00
parent 7d48779913
commit 5d1e09ca4f
4 changed files with 8 additions and 2 deletions

View File

@ -36,9 +36,11 @@
* 18/02/2015 Massimiliano Pinto Addition of DISCONNECT ALL and DISCONNECT SERVER server_id
* 18/03/2015 Markus Makela Better detection of CRC32 | NONE checksum
* 19/03/2015 Massimiliano Pinto Addition of basic MariaDB 10 compatibility support
* 07/05/2015 Massimiliano Pinto Added MariaDB 10 Compatibility
*
* @endverbatim
*/
#include <stdio.h>
#include <stdlib.h>
#include <string.h>