You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2018/11/27 07:45:50 UTC

[incubator-skywalking] branch mysql-style updated (697383d -> 667bc14)

This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a change to branch mysql-style
in repository https://gitbox.apache.org/repos/asf/incubator-skywalking.git.


    from 697383d  Make transaction level right for select for update.
     add 667bc14  Fix mock bug and register bug.

No new revisions were added by this update.

Summary of changes:
 .../server/receiver/trace/mock/AgentDataMock.java  |  6 ++--
 .../server/receiver/trace/mock/ServiceBMock.java   |  3 +-
 .../server/receiver/trace/mock/ServiceCMock.java   |  2 +-
 .../server/storage/plugin/jdbc/SQLExecutor.java    |  7 +++++
 .../jdbc/h2/dao/H2ServiceInventoryCacheDAO.java    |  2 --
 .../jdbc/mysql/MySQLRegisterLockInstaller.java     |  3 +-
 .../jdbc/mysql/MySQLRegisterTableLockDAO.java      | 36 +++++++++++++++-------
 .../plugin/jdbc/mysql/MySQLStorageProvider.java    |  6 ++--
 8 files changed, 44 insertions(+), 21 deletions(-)