Bigger partname to avoid MDEV-9779

This commit is contained in:
Olivier Bertrand 2016-03-25 11:11:25 +01:00
parent e80c4b3186
commit 2c4715b3e2

View file

@ -554,7 +554,7 @@ protected:
PVAL sdvalin4; // Used to convert date values
PVAL sdvalout; // Used to convert date values
bool istable; // True for table handler
char partname[64]; // The partition name
char partname[128]; // The partition name
MODE xmod; // Table mode
XINFO xinfo; // The table info structure
bool valid_info; // True if xinfo is valid