summaryrefslogtreecommitdiff
path: root/mysys/my_init.c
diff options
context:
space:
mode:
authorunknown <serg@serg.mysql.com>2002-10-25 21:15:52 +0000
committerunknown <serg@serg.mysql.com>2002-10-25 21:15:52 +0000
commitf5563ddad40e8ab84d457b0e9960ddfdc7faec99 (patch)
tree30c13439b168df68d4884a7403a173a8970cc56e /mysys/my_init.c
parent68a5932ab2b5e39858fa03934cbbe5c90042497e (diff)
parent43abd169b081479cb6ce1ad510a2620a2bb50db8 (diff)
downloadmariadb-git-f5563ddad40e8ab84d457b0e9960ddfdc7faec99.tar.gz
merged
BitKeeper/etc/gone: auto-union BitKeeper/etc/logging_ok: auto-union BitKeeper/deleted/.del-skipkeys~53ffbfa7d2fa9fb: Delete: BitKeeper/etc/skipkeys BitKeeper/etc/skipkeys: Rename: BitKeeper/deleted/.del-skipkeys~f623848ba4db5c3 -> BitKeeper/etc/skipkeys Build-tools/Do-compile: Auto merged Docs/manual.texi: Auto merged innobase/pars/lexyy.c: Auto merged innobase/pars/pars0grm.c: Auto merged mysys/my_init.c: Auto merged scripts/mysqlhotcopy.sh: Auto merged sql/nt_servc.cc: Auto merged sql/nt_servc.h: Auto merged sql/sql_base.cc: Auto merged sql/sql_table.cc: Auto merged mysql-test/t/bdb-crash.test: Auto merged
Diffstat (limited to 'mysys/my_init.c')
-rw-r--r--mysys/my_init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysys/my_init.c b/mysys/my_init.c
index 9dd2540ac6c..f77cbc9846c 100644
--- a/mysys/my_init.c
+++ b/mysys/my_init.c
@@ -245,7 +245,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 ;