1. 03 Sep, 2007 1 commit
    • thek@adventure.(none)'s avatar
      Bug #21074 Large query_cache freezes mysql server sporadically under heavy load · f5ecb35e
      thek@adventure.(none) authored
      Invaldating a subset of a sufficiently large query cache can take a long time.
      During this time the server is efficiently frozen and no other operation can
      be executed. This patch addresses this problem by setting a time limit on
      how long time a dictionary access request can take before giving up on the 
      attempt. This patch does not work for query cache invalidations issued by
      DROP, ALTER or RENAME TABLE operations.
      f5ecb35e
  2. 27 Jul, 2007 1 commit
    • thek@adventure.(none)'s avatar
      Bug #29929 LOCK TABLES does not pre-lock tables used in triggers of the locked tables · 889b4ebc
      thek@adventure.(none) authored
      When a table was explicitly locked with LOCK TABLES no associated
      tables from any related trigger on the subject table were locked.
      As a result of this the user could experience unexpected locking
      behavior and statement failures similar to "failed: 1100: Table'xx'
      was not locked with LOCK TABLES".
      
      This patch fixes this problem by making sure triggers are
      pre-loaded on any statement if the subject table was explicitly
      locked with LOCK TABLES.
      889b4ebc
  3. 24 Jul, 2007 1 commit
  4. 21 Jul, 2007 1 commit
  5. 20 Jul, 2007 5 commits
  6. 19 Jul, 2007 16 commits
  7. 18 Jul, 2007 7 commits
  8. 17 Jul, 2007 8 commits