1. 03 Nov, 2016 2 commits
  2. 01 Nov, 2016 1 commit
  3. 28 Oct, 2016 1 commit
  4. 27 Oct, 2016 4 commits
  5. 26 Oct, 2016 9 commits
  6. 25 Oct, 2016 12 commits
  7. 23 Oct, 2016 1 commit
  8. 22 Oct, 2016 1 commit
    • Vladislav Vaintroub's avatar
      MDEV-11104 Fix client to correctly retrieve current user name on Windows · fb38d264
      Vladislav Vaintroub authored
      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.
      fb38d264
  9. 21 Oct, 2016 3 commits
  10. 18 Oct, 2016 1 commit
  11. 17 Oct, 2016 2 commits
  12. 16 Oct, 2016 1 commit
  13. 14 Oct, 2016 2 commits