Skip to content
Snippets Groups Projects
  1. Jan 29, 2014
    • Jared Hancock's avatar
      mysqli: Retry on deadlock-found error · 06f8d177
      Jared Hancock authored
      If MySQL error #1213 (deadlock found when trying to get lock) is returned
      from query, it is safe to retry the query.
      
      This patch will retry queries up to two times for a total of three. If the
      query cannot be executed without error #1213 after the third time, the error
      is logged as usual, and the system continues with the failed query.
      06f8d177
  2. Jan 28, 2014
  3. Jan 27, 2014
  4. Jan 24, 2014
  5. Jan 23, 2014
  6. Jan 22, 2014
  7. Jan 21, 2014
  8. Jan 20, 2014
  9. Jan 19, 2014
  10. Jan 18, 2014
  11. Jan 17, 2014
Loading