1. 02 Aug, 2007 1 commit
  2. 31 Jul, 2007 1 commit
    • svoj@mysql.com/april.(none)'s avatar
      BUG#29152 - INSERT DELAYED does not use concurrent_insert on slave · 2c539642
      svoj@mysql.com/april.(none) authored
      INSERT DELAYED on a replication slave was converted to regular INSERT,
      whereas it should try concurrent INSERT first.
      
      With this patch we try to convert delayed insert to concurrent insert on
      a replication slave. If it is impossible for some reason, we fall back to
      regular insert.
      
      No test case for this fix. I do not see anything indicating this is
      regression - we behave this way since Nov 2000.
      2c539642
  3. 28 Jul, 2007 3 commits
  4. 27 Jul, 2007 3 commits
  5. 26 Jul, 2007 8 commits
  6. 25 Jul, 2007 10 commits
  7. 24 Jul, 2007 14 commits