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

Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysql

This commit is contained in:
monty@hundin.mysql.fi
2002-10-20 09:05:53 +03:00

View File

@@ -246,7 +246,7 @@ static void my_win_init(void)
/* Inserisce i dati come variabili d'ambiente */
my_env=strdup(EnvString); /* variable for putenv must be allocated ! */
putenv(EnvString) ;
putenv(my_env) ;
dimNameValueBuffer = dimName ;
dimDataValueBuffer = dimData ;