summaryrefslogtreecommitdiff
path: root/storage
diff options
context:
space:
mode:
authorOlivier Bertrand <bertrandop@gmail.com>2016-03-25 11:11:25 +0100
committerOlivier Bertrand <bertrandop@gmail.com>2016-03-25 11:11:25 +0100
commit2c4715b3e2414f653f8d940c30c51ba3e1fe65cc (patch)
tree1bf9398738fcc32965440b8b3ad82f1c56a62282 /storage
parente80c4b3186c0ceda522874400a196fd144dede91 (diff)
downloadmariadb-git-2c4715b3e2414f653f8d940c30c51ba3e1fe65cc.tar.gz
Bigger partname to avoid MDEV-9779
Diffstat (limited to 'storage')
-rw-r--r--storage/connect/ha_connect.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/connect/ha_connect.h b/storage/connect/ha_connect.h
index 05cc872fa2a..629e4a01183 100644
--- a/storage/connect/ha_connect.h
+++ b/storage/connect/ha_connect.h
@@ -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