1. 14 Jul, 2007 5 commits
  2. 13 Jul, 2007 4 commits
  3. 12 Jul, 2007 4 commits
  4. 11 Jul, 2007 11 commits
  5. 10 Jul, 2007 3 commits
  6. 09 Jul, 2007 11 commits
  7. 08 Jul, 2007 2 commits
    • evgen@moonbone.local's avatar
      Merge epotemkin@bk-internal.mysql.com:/home/bk/mysql-5.0-opt · 7cab171f
      evgen@moonbone.local authored
      into  moonbone.local:/mnt/gentoo64/work/29461-bug-5.0-opt-mysql
      7cab171f
    • evgen@moonbone.local's avatar
      Bug#29461: Sort order of the collation wasn't used when comparing characters · ff3fd46c
      evgen@moonbone.local authored
      with the space character.
      
      When the my_strnncollsp_simple function compares two strings and one is a prefix
      of another then this function compares characters in the rest of longer key
      with the space character to find whether the longer key is greater or less.
      But the sort order of the collation isn't used in this comparison. This may
      lead to a wrong comparison result, wrongly created index or wrong order of the
      result set of a query with the ORDER BY clause.
      
      Now the my_strnncollsp_simple function uses collation sort order to compare
      the characters in the rest of longer key with the space character.
      ff3fd46c