1. 13 1月, 2017 11 次提交
  2. 12 1月, 2017 2 次提交
    • A
      Expose WebSession on ServerRequest · d7246445
      Arjen Poutsma 提交于
      This commit exposes the WebSession on ServerRequest.
      d7246445
    • T
      Updating MySQLMaxValueIncrementer to not rely on MYISAM · 5c7aee7d
      Thomas Risberg 提交于
      We should no longer rely on MYISAM for the sequence table since this
      engine might not always be available. After this change the storage
      engine used by the sequence table can be MYISAM or INNODB since the
      sequences are allocated using a new connection without being
      affected by any other transactions that might be in progress.
      
      To allow users to fall back on the original functionality of using
      MYISAM tables for the incrementer, we add a `useNewConnection` flag to
      indicate whether or not to use a new connection for the incrementer.
      This flag defaults to true.
      
      Issue: SPR-15107
      5c7aee7d
  3. 11 1月, 2017 6 次提交
  4. 10 1月, 2017 6 次提交
  5. 09 1月, 2017 1 次提交
  6. 08 1月, 2017 1 次提交
  7. 07 1月, 2017 5 次提交
  8. 05 1月, 2017 4 次提交
  9. 04 1月, 2017 4 次提交