1. 12 Jun, 2007 1 commit
  2. 11 Jun, 2007 1 commit
  3. 10 Jun, 2007 1 commit
  4. 08 Jun, 2007 3 commits
  5. 07 Jun, 2007 2 commits
  6. 30 May, 2007 1 commit
  7. 23 May, 2007 1 commit
  8. 22 May, 2007 1 commit
  9. 21 May, 2007 2 commits
  10. 18 May, 2007 9 commits
  11. 17 May, 2007 3 commits
  12. 16 May, 2007 5 commits
  13. 15 May, 2007 2 commits
  14. 14 May, 2007 2 commits
  15. 10 May, 2007 2 commits
  16. 09 May, 2007 3 commits
  17. 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