mirror of
https://github.com/MariaDB/server.git
synced 2026-04-21 07:45:32 +02:00
After merge fix
This commit is contained in:
parent
141080fac5
commit
4df381fdbe
1 changed files with 2 additions and 0 deletions
|
|
@ -183,6 +183,8 @@ int main()
|
|||
test_atomic("my_atomic_swap32", test_atomic_swap_handler, THREADS, CYCLES);
|
||||
test_atomic("my_atomic_cas32", test_atomic_cas_handler, THREADS, CYCLES);
|
||||
|
||||
/* workaround until we know why this includes dbug but not safemalloc */
|
||||
if(err) { my_thread_global_init(); my_free(my_malloc(0, MYF(0)), MYF(0)); }
|
||||
/*
|
||||
workaround until we know why it crashes randomly on some machine
|
||||
(BUG#22320).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue