mirror of
https://github.com/MariaDB/server.git
synced 2026-04-23 08:45:33 +02:00
Merge 10.4 into 10.5
This commit is contained in:
commit
a732d5e2ba
47 changed files with 476 additions and 480 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue