1. 28 May, 2006 1 commit
    • evgen@moonbone.local's avatar
      Fixed bug#15351: Wrong collation used for comparison of md5() and sha() · 766b4a8c
      evgen@moonbone.local authored
      argument can lead to a wrong result.
      
      md5() and sha() functions treat their arguments as case sensitive strings.
      But when they are compared their arguments were compared as a case
      insensitive strings which leads to two functions with different arguments
      and thus different results to being identical. This can lead to a wrong
      decision made in the range optimizer and thus lead to a wrong result set.
      
      Item_func_md5::fix_length_and_dec() and Item_func_sha::fix_length_and_dec()
      functions now set binary collation on their arguments.
      766b4a8c
  2. 25 May, 2006 2 commits
  3. 24 May, 2006 6 commits
  4. 23 May, 2006 3 commits
  5. 22 May, 2006 1 commit
  6. 21 May, 2006 1 commit
  7. 20 May, 2006 3 commits
  8. 19 May, 2006 4 commits
  9. 17 May, 2006 2 commits
  10. 16 May, 2006 9 commits
  11. 15 May, 2006 5 commits
  12. 14 May, 2006 3 commits