1. 27 Oct, 2016 3 commits
    • Sergei Golubchik's avatar
    • Igor Babaev's avatar
      Fixed bug mdev-9628. · d451d772
      Igor Babaev authored
      In the function create_key_parts_for_pseudo_indexes()
      the key part structures of pseudo-indexes created for
      BLOB fields were set incorrectly.
      Also the key parts for long fields must be 'truncated'
      up to the maximum length acceptable for key parts.
      d451d772
    • Igor Babaev's avatar
      Fixed bug mdev-11096. · 9d4a0dde
      Igor Babaev authored
      1. When min/max value is provided the null flag for it must be set to 0
      in the bitmap Culumn_statistics::column_stat_nulls.
      2. When the calculation of the selectivity of the range condition
      over a column requires min and max values for the column then we
      have to check that these values are provided.
      9d4a0dde
  2. 26 Oct, 2016 9 commits
  3. 25 Oct, 2016 12 commits
  4. 23 Oct, 2016 1 commit
  5. 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
  6. 21 Oct, 2016 3 commits
  7. 18 Oct, 2016 1 commit
  8. 17 Oct, 2016 2 commits
  9. 16 Oct, 2016 1 commit
  10. 14 Oct, 2016 4 commits
  11. 13 Oct, 2016 3 commits