mirror of
https://github.com/MariaDB/server.git
synced 2025-11-27 05:41:41 +03:00
Bigger partname to avoid MDEV-9779
This commit is contained in:
@@ -554,7 +554,7 @@ protected:
|
|||||||
PVAL sdvalin4; // Used to convert date values
|
PVAL sdvalin4; // Used to convert date values
|
||||||
PVAL sdvalout; // Used to convert date values
|
PVAL sdvalout; // Used to convert date values
|
||||||
bool istable; // True for table handler
|
bool istable; // True for table handler
|
||||||
char partname[64]; // The partition name
|
char partname[128]; // The partition name
|
||||||
MODE xmod; // Table mode
|
MODE xmod; // Table mode
|
||||||
XINFO xinfo; // The table info structure
|
XINFO xinfo; // The table info structure
|
||||||
bool valid_info; // True if xinfo is valid
|
bool valid_info; // True if xinfo is valid
|
||||||
|
|||||||
Reference in New Issue
Block a user