1
0
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:
Sergei Golubchik
2021-09-06 17:03:11 +02:00
parent e836673cc7
commit d0a1ea3aca

View File

@@ -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;