diff options
Diffstat (limited to 'innobase')
-rw-r--r-- | innobase/log/log0log.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/innobase/log/log0log.c b/innobase/log/log0log.c index f600e74b88d..06ac7a578a5 100644 --- a/innobase/log/log0log.c +++ b/innobase/log/log0log.c @@ -1857,7 +1857,7 @@ log_group_archive( os_file_t file_handle; dulint start_lsn; dulint end_lsn; - char name[100]; + char name[1024]; byte* buf; ulint len; ibool ret; |