Merge 10.4 into 10.5

This commit is contained in:
Marko Mäkelä 2022-11-08 17:01:28 +02:00
commit a732d5e2ba
47 changed files with 476 additions and 480 deletions

View file

@ -3736,10 +3736,6 @@ static dberr_t xb_assign_undo_space_start()
int n_retries = 5;
ulint fsp_flags;
if (srv_undo_tablespaces == 0) {
return error;
}
file = os_file_create(0, srv_sys_space.first_datafile()->filepath(),
OS_FILE_OPEN, OS_FILE_NORMAL, OS_DATA_FILE, true, &ret);