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:
@@ -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));
|
||||
|
Reference in New Issue
Block a user