Merge tag 'mariadb-10.0.24' into 10.0-galera

This commit is contained in:
Nirbhay Choubey 2016-02-23 20:53:29 -05:00
commit 0d58323e26
305 changed files with 9178 additions and 4280 deletions

View file

@ -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);
}
}