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

Merge 10.5 into 10.6

This commit is contained in:
Marko Mäkelä
2023-09-11 14:46:39 +03:00
98 changed files with 1125 additions and 22817 deletions

View File

@@ -8938,7 +8938,7 @@ static int test_if_case_insensitive(const char *dir_name)
buff, 0666, O_RDWR, MYF(0))) < 0)
{
if (!opt_abort)
sql_print_warning("Can't create test file %s", buff);
sql_print_warning("Can't create test file '%s' (Errcode: %M)", buff, my_errno);
DBUG_RETURN(-1);
}
mysql_file_close(file, MYF(0));