1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

MDEV-28701 Update Server HELP

Bootstrap size increase and error fix by Daniel Black.
This commit is contained in:
Ian Gilfillan
2022-08-01 23:59:57 +02:00
committed by Daniel Black
parent 90ba999e80
commit 4d0c53a327
4 changed files with 739 additions and 744 deletions

View File

@ -1046,9 +1046,9 @@ int bootstrap(MYSQL_FILE *file)
break;
case READ_BOOTSTRAP_QUERY_SIZE:
my_printf_error(ER_UNKNOWN_ERROR, "Boostrap file error. Query size "
my_printf_error(ER_UNKNOWN_ERROR, "Bootstrap file error. Query size "
"exceeded %d bytes near '%s'.", MYF(0),
MAX_BOOTSTRAP_LINE_SIZE, err_ptr);
MAX_BOOTSTRAP_QUERY_SIZE, err_ptr);
break;
default: