mirror of
https://github.com/MariaDB/server.git
synced 2025-05-25 13:42:52 +03:00
remove unnecessary line
This commit is contained in:
parent
f813272125
commit
11fbf30e75
@ -182,9 +182,6 @@ int main()
|
|||||||
test_atomic("my_atomic_add32", test_atomic_add_handler, THREADS, CYCLES);
|
test_atomic("my_atomic_add32", test_atomic_add_handler, THREADS, CYCLES);
|
||||||
test_atomic("my_atomic_swap32", test_atomic_swap_handler, THREADS, CYCLES);
|
test_atomic("my_atomic_swap32", test_atomic_swap_handler, THREADS, CYCLES);
|
||||||
test_atomic("my_atomic_cas32", test_atomic_cas_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
|
workaround until we know why it crashes randomly on some machine
|
||||||
(BUG#22320).
|
(BUG#22320).
|
||||||
|
Loading…
x
Reference in New Issue
Block a user