1. 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
    • R
      Merge pull request #24770 from vipulnsward/guieds-type · ef5c46d2
      Rafael França 提交于
      Pass over debugging guide
      ef5c46d2
  2. 28 4月, 2016 15 次提交
  3. 27 4月, 2016 6 次提交
  4. 26 4月, 2016 13 次提交
  5. 25 4月, 2016 4 次提交