diff options
Diffstat (limited to 'mysys/my_init.c')
-rw-r--r-- | mysys/my_init.c | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/mysys/my_init.c b/mysys/my_init.c index 5534dc07209..4963ce9b577 100644 --- a/mysys/my_init.c +++ b/mysys/my_init.c @@ -55,17 +55,13 @@ MYSQL_FILE *mysql_stdin= NULL; static MYSQL_FILE instrumented_stdin; -/* - Init my_sys functions and my_sys variabels - - SYNOPSIS - my_init() +/** + Initialize my_sys functions, resources and variables - RETURN - 0 ok - 1 Couldn't initialize environment + @return Initialization result + @retval 0 Success + @retval 1 Error. Couldn't initialize environment */ - my_bool my_init(void) { char *str; |