Commit a4481d32 authored by Magne Mahre's avatar Magne Mahre

Post-push cleanup, for Bug#11763065 et al.

parent 14263b22
...@@ -55,17 +55,13 @@ MYSQL_FILE *mysql_stdin= NULL; ...@@ -55,17 +55,13 @@ MYSQL_FILE *mysql_stdin= NULL;
static MYSQL_FILE instrumented_stdin; static MYSQL_FILE instrumented_stdin;
/* /**
Init my_sys functions and my_sys variabels Initialize my_sys functions, resources and variables
SYNOPSIS
my_init()
RETURN @return Initialization result
0 ok @retval 0 Success
1 Couldn't initialize environment @retval 1 Error. Couldn't initialize environment
*/ */
my_bool my_init(void) my_bool my_init(void)
{ {
char *str; char *str;
......
...@@ -231,11 +231,6 @@ my_bool my_thread_global_init(void) ...@@ -231,11 +231,6 @@ my_bool my_thread_global_init(void)
install_sigabrt_handler(); install_sigabrt_handler();
#endif #endif
// if (my_thread_init())
// {
// my_thread_global_end(); /* Clean up */
// return 1;
// }
return 0; return 0;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment