Loading sql/ha_ndbcluster_binlog.cc +1 −1 Original line number Diff line number Diff line Loading @@ -4015,8 +4015,8 @@ pthread_handler_t ndb_binlog_thread_func(void *arg) hash_free(&ndb_schema_objects); // Placed here to avoid a memory leak; TODO: check if needed net_end(&thd->net); thd->cleanup(); delete thd; ndb_binlog_thread_running= -1; Loading Loading
sql/ha_ndbcluster_binlog.cc +1 −1 Original line number Diff line number Diff line Loading @@ -4015,8 +4015,8 @@ pthread_handler_t ndb_binlog_thread_func(void *arg) hash_free(&ndb_schema_objects); // Placed here to avoid a memory leak; TODO: check if needed net_end(&thd->net); thd->cleanup(); delete thd; ndb_binlog_thread_running= -1; Loading