mariadb/libmysql
Vladislav Vaintroub fb38d26420 MDEV-11104 Fix client to correctly retrieve current user name on Windows
Prior to this patch name of the user was  read from environment variable
USER, with a fallback to 'ODBC', if the environment variable is not set.

The name of the env.variable is incorrect (USERNAME usually contains current
user's name,  but not USER), which made client to  always determine
current user as 'ODBC'.

The fix is to use GetUserName() instead.
2016-10-22 07:34:23 +00:00
..
client_settings.h
CMakeLists.txt Merge branch '5.5' into 10.0 2016-04-26 23:05:26 +02:00
conf_to_src.c
errmsg.c
get_password.c
libmysql.c MDEV-11104 Fix client to correctly retrieve current user name on Windows 2016-10-22 07:34:23 +00:00
libmysql.def
libmysql_versions.ld.in MDEV-5982 make fail @ ".../libmysql_versions.ld:155:9: invalid use of VERSION in input file" 2016-04-19 11:27:00 +02:00