1. 08 May, 2007 1 commit
    • thek@adventure.(none)'s avatar
      Bug #27792 query cache returns wrong result, with certain system variables · 4ea05eae
      thek@adventure.(none) authored
       - Queries in the query cache are identified by the individual 
         characters in the query statement, the current database and 
         the current environment expressed as a set of system variable
         flags.
       - Since the set of environment flags didn't properly describe the
         current environment unexpected results were returned from the 
         query cache.
       - Query cache is now cleared when the variable ft_boolean_syntax is 
         updated.
       - An identification flag for the variable default_week_format is 
         added to the query cache record.
       
      Thanks to Martin Friebe who has supplied significant parts of this patch.
      4ea05eae
  2. 20 Apr, 2007 1 commit
  3. 14 Apr, 2007 1 commit
  4. 12 Apr, 2007 1 commit
  5. 11 Apr, 2007 4 commits
  6. 10 Apr, 2007 1 commit
  7. 07 Apr, 2007 2 commits
  8. 05 Apr, 2007 1 commit
  9. 04 Apr, 2007 1 commit
  10. 03 Apr, 2007 1 commit
    • igor@olga.mysql.com's avatar
      Fixed bug #27532: wrong results with ORDER/GROUP BY queries containing · 90aa05d2
      igor@olga.mysql.com authored
      IN/BETWEEN predicates in sorting expressions.
      Wrong results may occur when the select list contains an expression
      with IN/BETWEEN predicate that differs from a sorting expression by
      an additional NOT only.
       
      Added the method Item_func_opt_neg::eq to compare correctly expressions
      containing [NOT] IN/BETWEEN.
      The eq method inherited from the Item_func returns TRUE when comparing
      'a IN (1,2)' with 'a NOT IN (1,2)' that is not, of course, correct.  
      90aa05d2
  11. 02 Apr, 2007 2 commits
  12. 31 Mar, 2007 1 commit
  13. 30 Mar, 2007 2 commits
  14. 29 Mar, 2007 4 commits
  15. 28 Mar, 2007 10 commits
  16. 27 Mar, 2007 2 commits
    • kent@mysql.com/kent-amd64.(none)'s avatar
      mysql.spec.sh, Makefile.am: · ef530348
      kent@mysql.com/kent-amd64.(none) authored
        Don't use explicit calls to mysql-test-run in spec
      ef530348
    • istruewing@chilla.local's avatar
      Bug#24985 - UTF8 ENUM primary key on MEMORY using BTREE · 8934e4f3
      istruewing@chilla.local authored
                  causes incorrect duplicate entries
      
      Keys for BTREE indexes on ENUM and SET columns of MEMORY tables
      with character set UTF8 were computed incorrectly. Many
      different column values got the same key value.
      
      Apart of possible performance problems, it made unique indexes
      of this type unusable because it rejected many different
      values as duplicates.
      
      The problem was that multibyte character detection was tried
      on the internal numeric column value. Many values were not
      identified as characters. Their key value became blank filled.
      
      Thanks to Alexander Barkov and Ramil Kalimullin for the patch,
      which sets the character set of ENUM and SET key segments to
      the pseudo binary character set.
      8934e4f3
  17. 26 Mar, 2007 2 commits
  18. 25 Mar, 2007 2 commits
  19. 24 Mar, 2007 1 commit