1. 05 Dec, 2016 1 commit
  2. 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
  3. 07 Nov, 2016 1 commit
  4. 03 Nov, 2016 2 commits
  5. 01 Nov, 2016 1 commit
  6. 28 Oct, 2016 1 commit
  7. 27 Oct, 2016 4 commits
  8. 26 Oct, 2016 9 commits
  9. 25 Oct, 2016 12 commits
  10. 23 Oct, 2016 1 commit
  11. 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
  12. 21 Oct, 2016 3 commits
  13. 18 Oct, 2016 1 commit
  14. 17 Oct, 2016 2 commits