1. 02 5月, 2016 1 次提交
  2. 01 5月, 2016 1 次提交
  3. 30 4月, 2016 3 次提交
  4. 29 4月, 2016 2 次提交
    • K
      schema_load triggers 2nd schema_load (via locking) · dffbba1e
      Keenan Brock 提交于
      Currently, loading the schema (schema_load)
      accesses the locking column (locking_column)
      which defaults the value (reset_locking_column)
      which invalidates the schema (reload_schema_from_cache)
      which forces another schema load.
      
      Good news:
      The second schema_load does accesses locking_column,
      but locking_column is set, so it does not reset_locking_column
      and it does not trigger an infinite loop.
      
      The solution is not invalidate the cache while default locking_column
      dffbba1e
    • T
      Fix counter_cache double increment bug · c3e3577f
      Tom Kadwill 提交于
      c3e3577f
  5. 28 4月, 2016 1 次提交
  6. 26 4月, 2016 2 次提交
  7. 25 4月, 2016 4 次提交
  8. 24 4月, 2016 7 次提交
  9. 23 4月, 2016 3 次提交
  10. 21 4月, 2016 4 次提交
  11. 20 4月, 2016 5 次提交
  12. 19 4月, 2016 3 次提交
  13. 18 4月, 2016 2 次提交
  14. 17 4月, 2016 1 次提交
  15. 16 4月, 2016 1 次提交