Commit db77e643 authored by Olivier Bertrand's avatar Olivier Bertrand

- Suppress call to PROFILE_End in connect_done_func that causes Signal 11 on Linux

modified:
  storage/connect/ha_connect.cc
parent 6b63c5b2
......@@ -378,7 +378,7 @@ static int connect_done_func(void *p)
#endif // LIBXML2_SUPPORT
#if !defined(WIN32)
PROFILE_End();
//PROFILE_End(); Causes signal 11
#endif // !WIN32
for (pc= user_connect::to_users; pc; pc= pn) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment