mirror of
https://github.com/MariaDB/server.git
synced 2025-02-02 03:51:50 +01:00
Bigger partname to avoid MDEV-9779
This commit is contained in:
parent
e80c4b3186
commit
2c4715b3e2
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue