mirror of
https://github.com/MariaDB/server.git
synced 2025-08-09 22:24:09 +03:00
Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysql
This commit is contained in:
@@ -246,7 +246,7 @@ static void my_win_init(void)
|
|||||||
|
|
||||||
/* Inserisce i dati come variabili d'ambiente */
|
/* Inserisce i dati come variabili d'ambiente */
|
||||||
my_env=strdup(EnvString); /* variable for putenv must be allocated ! */
|
my_env=strdup(EnvString); /* variable for putenv must be allocated ! */
|
||||||
putenv(EnvString) ;
|
putenv(my_env) ;
|
||||||
|
|
||||||
dimNameValueBuffer = dimName ;
|
dimNameValueBuffer = dimName ;
|
||||||
dimDataValueBuffer = dimData ;
|
dimDataValueBuffer = dimData ;
|
||||||
|
Reference in New Issue
Block a user