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 09:42:07 UTC

[incubator-skywalking] branch mysql-style updated (9be06ad -> af18cef)

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 9be06ad  Fix CI.
     add af18cef  Fix bugs.

No new revisions were added by this update.

Summary of changes:
 .../main/assembly/datasource-settings.properties   |   6 +-
 .../plugin/jdbc/h2/dao/H2AggregationQueryDAO.java  |   8 +-
 .../plugin/jdbc/h2/dao/H2AlarmQueryDAO.java        |   3 +-
 .../plugin/jdbc/h2/dao/H2TableInstaller.java       |   2 +-
 .../plugin/jdbc/h2/dao/H2TopologyQueryDAO.java     |   2 +-
 .../plugin/jdbc/h2/dao/H2TraceQueryDAO.java        |   7 +-
 .../jdbc/mysql/MySQLAggregationQueryDAO.java       |  79 ++++++++++++++++
 .../plugin/jdbc/mysql/MySQLAlarmQueryDAO.java      |  72 +++++++++++++-
 .../plugin/jdbc/mysql/MySQLStorageProvider.java    |   2 +-
 .../plugin/jdbc/mysql/MySQLTraceQueryDAO.java      | 103 +++++++++++++++++++++
 10 files changed, 271 insertions(+), 13 deletions(-)
 create mode 100644 oap-server/server-storage-plugin/storage-jdbc-hikaricp-plugin/src/main/java/org/apache/skywalking/oap/server/storage/plugin/jdbc/mysql/MySQLAggregationQueryDAO.java