1. 28 Mar, 2008 1 commit
  2. 27 Mar, 2008 1 commit
    • mattiasj@witty.'s avatar
      Recommit of antonys previous commit. · c87874a1
      mattiasj@witty. authored
      Bug#21413
      "Engine table handler used by multiple threads in REPLACE DELAYED"
      When executing a REPLACE DELAYED statement, the storage engine
      ::extra() method was invoked by a different thread than the thread
      which has acquired the handler instance.
      
      This did not cause problems within the current server and with
      the current storage engines.
      But it has the potential to confuse future storage engines.
      
      Added code to avoid surplus calls to extra() method in case of DELAYED
      which avoids calling storage engine from a different thread than
      expected.
      
      No test case.
      This change does not change behavior in conjunction with current
      storage engines. So it cannot be tested by the regression test suite.
      c87874a1
  3. 22 Jan, 2008 1 commit
  4. 17 Dec, 2007 3 commits
  5. 13 Dec, 2007 1 commit
  6. 10 Dec, 2007 2 commits
  7. 06 Dec, 2007 2 commits
  8. 05 Dec, 2007 1 commit
  9. 01 Dec, 2007 2 commits
  10. 30 Nov, 2007 5 commits
  11. 29 Nov, 2007 2 commits
  12. 27 Nov, 2007 1 commit
  13. 26 Nov, 2007 2 commits
  14. 24 Nov, 2007 1 commit
  15. 21 Nov, 2007 1 commit
  16. 20 Nov, 2007 1 commit
  17. 19 Nov, 2007 1 commit
    • holyfoot/hf@mysql.com/hfmain.(none)'s avatar
      Bug #30284 spatial key corruption. · 140dd4f3
      holyfoot/hf@mysql.com/hfmain.(none) authored
      SPATIAL key is fine actually, but the chk_key() function
      mistakenly returns error. It tries to compare checksums
      of btree and SPATIAL keys while the checksum for the SPATIAL isn't
      calculated (always 0). Same thing with FULLTEXT keys is handled
      using full_text_keys counter, so fixed by counting both
      SPATIAL and FULLTEXT keys in that counter.
      140dd4f3
  18. 17 Nov, 2007 1 commit
  19. 16 Nov, 2007 2 commits
  20. 14 Nov, 2007 5 commits
  21. 13 Nov, 2007 2 commits
  22. 12 Nov, 2007 2 commits