mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
Merge branch '10.6' into 10.7
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user