yumeng 2 달 전
부모
커밋
7008ddd12b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      jeecg-boot-material-view/src/main/java/org/jeecg/ctop/material/service/impl/SafeTiFlashInterceptor.java

+ 1 - 1
jeecg-boot-material-view/src/main/java/org/jeecg/ctop/material/service/impl/SafeTiFlashInterceptor.java

@@ -48,7 +48,7 @@ public class SafeTiFlashInterceptor implements Interceptor {
                     connection = getRealConnection(connection);
 
                     try (Statement stmt = connection.createStatement()) {
-                        stmt.execute("SET session tidb_isolation_read_engines = 'tiflash,tidb,tikv'");
+                        stmt.execute("SET session tidb_isolation_read_engines = 'tiflash,tidb'");
                         System.out.println("✅ TiFlash引擎设置成功");
                     }
                 }