1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

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

This commit is contained in:
Magne Mahre
2011-03-01 14:36:47 +01:00
parent 14263b222a
commit a4481d3222
2 changed files with 5 additions and 14 deletions

View File

@ -55,17 +55,13 @@ MYSQL_FILE *mysql_stdin= NULL;
static MYSQL_FILE instrumented_stdin;
/*
Init my_sys functions and my_sys variabels
/**
Initialize my_sys functions, resources and variables
SYNOPSIS
my_init()
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;