This is an automated email from the ASF dual-hosted git repository.
wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking.git
The following commit(s) were added to refs/heads/master by this push:
new ee01ce878b chore: update comment of MySQLTableInstaller (#12099)
ee01ce878b is described below
commit ee01ce878bbda51ea32f62fe5004cc93b411e2c2
Author: tison <[email protected]>
AuthorDate: Sun Apr 14 19:28:18 2024 +0800
chore: update comment of MySQLTableInstaller (#12099)
No longer extend from H2TableInstaller.
---
.../oap/server/storage/plugin/jdbc/mysql/MySQLTableInstaller.java | 3 ---
1 file changed, 3 deletions(-)
diff --git
a/oap-server/server-storage-plugin/storage-jdbc-hikaricp-plugin/src/main/java/org/apache/skywalking/oap/server/storage/plugin/jdbc/mysql/MySQLTableInstaller.java
b/oap-server/server-storage-plugin/storage-jdbc-hikaricp-plugin/src/main/java/org/apache/skywalking/oap/server/storage/plugin/jdbc/mysql/MySQLTableInstaller.java
index bdf76255e2..76109ccd25 100644
---
a/oap-server/server-storage-plugin/storage-jdbc-hikaricp-plugin/src/main/java/org/apache/skywalking/oap/server/storage/plugin/jdbc/mysql/MySQLTableInstaller.java
+++
b/oap-server/server-storage-plugin/storage-jdbc-hikaricp-plugin/src/main/java/org/apache/skywalking/oap/server/storage/plugin/jdbc/mysql/MySQLTableInstaller.java
@@ -26,9 +26,6 @@ import org.apache.skywalking.oap.server.library.client.Client;
import org.apache.skywalking.oap.server.library.module.ModuleManager;
import
org.apache.skywalking.oap.server.storage.plugin.jdbc.common.JDBCTableInstaller;
-/**
- * Extend H2TableInstaller but match MySQL SQL syntax.
- */
@Slf4j
public class MySQLTableInstaller extends JDBCTableInstaller {
public MySQLTableInstaller(Client client, ModuleManager moduleManager) {