Removed the 16 chars limitation for binlog file name

Removed the 16 chars limitation for binlog file name
This commit is contained in:
MassimilianoPinto
2016-01-07 14:36:52 +01:00
parent 9ba2e4b97e
commit d99cece151
2 changed files with 7 additions and 4 deletions

View File

@ -45,7 +45,7 @@
#include <memlog.h>
#include <zlib.h>
#define BINLOG_FNAMELEN 16
#define BINLOG_FNAMELEN 255
#define BLR_PROTOCOL "MySQLBackend"
#define BINLOG_MAGIC { 0xfe, 0x62, 0x69, 0x6e }
#define BINLOG_NAMEFMT "%s.%06d"