1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-31 22:22:30 +03:00

Small changes after Tomas review

This commit is contained in:
msvensson@neptunus.homeip.net
2005-02-07 13:46:13 +01:00
parent c9d7cd043b
commit 28b21534bb
2 changed files with 2 additions and 1 deletions

View File

@@ -5711,6 +5711,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);
}

View File

@@ -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;
/*