1. 09 Dec, 2016 1 commit
  2. 05 Dec, 2016 1 commit
  3. 01 Dec, 2016 1 commit
    • SachinSetiya's avatar
      MDEV-11016 wsrep_node_is_ready() check is too strict · 52ea5ad8
      SachinSetiya authored
            Problem:-
            The condition that checks for node readiness is too strict as it does
            not allow SELECTs even if these selects do not access any tables.
            For example,if we run
                 SELECT 1;
            OR
                 SELECT @@max_allowed_packet;
            Solution:-
            We need not to report this error when all_tables(lex->query_tables)
            is NULL:
      52ea5ad8
  4. 07 Nov, 2016 1 commit
  5. 03 Nov, 2016 2 commits
  6. 01 Nov, 2016 1 commit
  7. 28 Oct, 2016 1 commit
  8. 27 Oct, 2016 4 commits
  9. 26 Oct, 2016 9 commits
  10. 25 Oct, 2016 12 commits
  11. 23 Oct, 2016 1 commit
  12. 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
  13. 21 Oct, 2016 3 commits
  14. 18 Oct, 2016 1 commit
  15. 17 Oct, 2016 1 commit