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 2020/03/29 08:37:22 UTC

[skywalking] branch core-refactor updated (943f3e4 -> 84b48db)

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

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


    from 943f3e4  1. Support @QueryUnifiedIndex. 2. Refactor the MySQL and H2 installers to use @Column and @QueryUnifiedIndex definitions.
     add 84b48db  Fix index name too long. Remove the old index naming rule.

No new revisions were added by this update.

Summary of changes:
 .../server/core/profile/ProfileThreadSnapshotRecord.java  |  6 +++---
 .../server/core/register/ServiceInstanceInventory.java    |  5 +++++
 .../oap/server/core/register/ServiceInventory.java        |  2 +-
 .../server/core/storage/annotation/QueryUnifiedIndex.java |  4 ----
 .../oap/server/core/storage/model/ExtraQueryIndex.java    |  4 +---
 .../oap/server/core/storage/model/StorageModels.java      |  1 -
 .../oap/server/core/storage/model/StorageModelsTest.java  |  9 +++------
 .../storage/plugin/jdbc/h2/dao/H2TableInstaller.java      | 15 ++++++++++-----
 8 files changed, 23 insertions(+), 23 deletions(-)