mirror of
https://github.com/MariaDB/server.git
synced 2026-05-06 23:25:34 +02:00
Merge mysql-5.1-innodb -> mysql-5.5-innodb
This commit is contained in:
commit
f887a28cb2
1 changed files with 1 additions and 0 deletions
|
|
@ -280,6 +280,7 @@ rw_lock_set_writer_id_and_recursion_flag(
|
|||
local_thread = lock->writer_thread;
|
||||
success = os_compare_and_swap_thread_id(
|
||||
&lock->writer_thread, local_thread, curr_thread);
|
||||
UNIV_MEM_VALID(&success, sizeof(success));
|
||||
ut_a(success);
|
||||
lock->recursive = recursive;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue