1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

Merge branch '10.8' into 10.9

This commit is contained in:
Oleksandr Byelkin
2022-08-08 17:17:45 +02:00
573 changed files with 10529 additions and 4206 deletions

View File

@@ -1040,9 +1040,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: