1
0
mirror of https://github.com/codership/wsrep-lib.git synced 2025-11-22 08:42:35 +03:00
Files
wsrep-lib/dbsim/db_threads.cpp
Teemu Ollakka a5d95f0175 Fix dbsim thread instrumentation for main thread
The thread local ti_thread object was not initialized for main thread,
which caused ASAN to complain about wild pointer.

Fixed by assigning a thread local ti_thread object for main
thread too.
2023-10-30 12:29:10 +03:00

21 KiB