Loading sql/ha_ndbcluster.cc +1 −0 Original line number Diff line number Diff line Loading @@ -5759,6 +5759,7 @@ extern "C" pthread_handler_decl(ndb_util_thread_func, delete thd; DBUG_PRINT("exit", ("ndb_util_thread")); my_thread_end(); pthread_exit(0); DBUG_RETURN(NULL); } Loading sql/ha_ndbcluster.h +1 −1 Original line number Diff line number Diff line Loading @@ -60,7 +60,7 @@ typedef struct st_ndbcluster_share { pthread_mutex_t mutex; char *table_name; uint table_name_length,use_count; uint commit_count; ulonglong commit_count; } NDB_SHARE; /* Loading Loading
sql/ha_ndbcluster.cc +1 −0 Original line number Diff line number Diff line Loading @@ -5759,6 +5759,7 @@ extern "C" pthread_handler_decl(ndb_util_thread_func, delete thd; DBUG_PRINT("exit", ("ndb_util_thread")); my_thread_end(); pthread_exit(0); DBUG_RETURN(NULL); } Loading
sql/ha_ndbcluster.h +1 −1 Original line number Diff line number Diff line Loading @@ -60,7 +60,7 @@ typedef struct st_ndbcluster_share { pthread_mutex_t mutex; char *table_name; uint table_name_length,use_count; uint commit_count; ulonglong commit_count; } NDB_SHARE; /* Loading