1. 13 Mar, 2008 1 commit
    • davi@mysql.com/endora.local's avatar
      Bug#34891 sp_notembedded.test fails sporadically · c964c0b2
      davi@mysql.com/endora.local authored
      The problem is that since MyISAM's concurrent_insert is on by
      default some concurrent SELECT statements might not see changes
      made by INSERT statements in other connections, even if the
      INSERT statement has returned.
      
      The solution is to disable concurrent_insert so that INSERT
      statements returns after the data is actually visible to other
      statements.
      c964c0b2
  2. 12 Mar, 2008 6 commits
  3. 10 Mar, 2008 1 commit
  4. 06 Mar, 2008 2 commits
    • davi@mysql.com/endora.local's avatar
      Bug#35103 mysql_client_test::test_bug29948 causes sporadic failures · 93a09928
      davi@mysql.com/endora.local authored
      Disable test case for bug 29948, which is causing sporadically
      failures in other tests inside mysql_client_test.
      93a09928
    • thek@adventure.(none)'s avatar
      Bug#25132 disabled query cache: Qcache_free_blocks = 1 · a13cba5a
      thek@adventure.(none) authored
      The initial value of free memory blocks in 0. When the query cache is enabled 
      a new memory block gets allocated and is assigned number 1. The free memory
      block is later split each time query cache memory is allocated for new blocks.
      This means that the free memory block counter won't be reduced to zero when
      the number of allocated blocks are zero, but rather one. To avoid confusion
      this patch changes this behavior so that the free memory block counter is
      reset to zero when the query cache is disabled.
      Note that when the query cache is enabled and resized the free memory block
      counter was still calculated correctly.
      a13cba5a
  5. 05 Mar, 2008 1 commit
  6. 04 Mar, 2008 5 commits
  7. 03 Mar, 2008 1 commit
  8. 29 Feb, 2008 2 commits
  9. 28 Feb, 2008 6 commits
  10. 27 Feb, 2008 7 commits
  11. 26 Feb, 2008 8 commits