1. 07 5月, 2016 1 次提交
  2. 06 5月, 2016 8 次提交
  3. 05 5月, 2016 1 次提交
  4. 03 5月, 2016 2 次提交
  5. 02 5月, 2016 1 次提交
  6. 01 5月, 2016 1 次提交
  7. 30 4月, 2016 3 次提交
  8. 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
  9. 28 4月, 2016 1 次提交
  10. 26 4月, 2016 2 次提交
  11. 25 4月, 2016 4 次提交
  12. 24 4月, 2016 7 次提交
  13. 23 4月, 2016 3 次提交
  14. 21 4月, 2016 4 次提交