mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 20:07:13 +02:00
Merge tag 'mariadb-10.0.24' into 10.0-galera
This commit is contained in:
commit
0d58323e26
305 changed files with 9178 additions and 4280 deletions
|
|
@ -642,7 +642,7 @@ lock_sys_create(
|
|||
lock_sys->rec_hash = hash_create(n_cells);
|
||||
|
||||
if (!srv_read_only_mode) {
|
||||
lock_latest_err_file = os_file_create_tmpfile();
|
||||
lock_latest_err_file = os_file_create_tmpfile(NULL);
|
||||
ut_a(lock_latest_err_file);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue