mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
increase the version string buffer in mariadb-upgrade
there's no point in keeping it small. this fixes numerous test failures in preview branches with versions like 10.7.0-MDEV-xxxx-short-feature-description-MariaDB
This commit is contained in:
@@ -70,7 +70,7 @@ static char **defaults_argv;
|
|||||||
|
|
||||||
static my_bool not_used; /* Can't use GET_BOOL without a value pointer */
|
static my_bool not_used; /* Can't use GET_BOOL without a value pointer */
|
||||||
|
|
||||||
char upgrade_from_version[sizeof("10.20.456-MariaDB")+1];
|
char upgrade_from_version[1024];
|
||||||
|
|
||||||
static my_bool opt_write_binlog;
|
static my_bool opt_write_binlog;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user