Loading sql/ha_ndbcluster.cc +2 −0 Original line number Diff line number Diff line Loading @@ -5803,6 +5803,7 @@ extern "C" pthread_handler_decl(ndb_util_thread_func, { thd->cleanup(); delete thd; delete ndb; DBUG_RETURN(NULL); } Loading Loading @@ -5921,6 +5922,7 @@ extern "C" pthread_handler_decl(ndb_util_thread_func, thd->cleanup(); delete thd; delete ndb; DBUG_PRINT("exit", ("ndb_util_thread")); my_thread_end(); pthread_exit(0); Loading Loading
sql/ha_ndbcluster.cc +2 −0 Original line number Diff line number Diff line Loading @@ -5803,6 +5803,7 @@ extern "C" pthread_handler_decl(ndb_util_thread_func, { thd->cleanup(); delete thd; delete ndb; DBUG_RETURN(NULL); } Loading Loading @@ -5921,6 +5922,7 @@ extern "C" pthread_handler_decl(ndb_util_thread_func, thd->cleanup(); delete thd; delete ndb; DBUG_PRINT("exit", ("ndb_util_thread")); my_thread_end(); pthread_exit(0); Loading