diff options
Diffstat (limited to 'include/mysql_com.h')
-rw-r--r-- | include/mysql_com.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mysql_com.h b/include/mysql_com.h index 8a5eea1024c..5b22d58150d 100644 --- a/include/mysql_com.h +++ b/include/mysql_com.h @@ -227,6 +227,7 @@ void hash_password(unsigned long *result, const char *password); void my_init(void); void load_defaults(const char *conf_file, const char **groups, int *argc, char ***argv); +void my_thread_end(void); #define NULL_LENGTH ((unsigned long) ~0) /* For net_store_length */ |