Skip to content

Commit

Permalink
chore:Move TypeTiDBAuditLog to the enterprise edition
Browse files Browse the repository at this point in the history
  • Loading branch information
taolx0 committed Nov 1, 2024
1 parent 31891ff commit 414e463
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 193 deletions.
7 changes: 0 additions & 7 deletions sqle/server/auditplan/meta.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ const (
TypeAliRdsMySQLAuditLog = "ali_rds_mysql_audit_log"
TypeHuaweiRdsMySQLSlowLog = "huawei_rds_mysql_slow_log"
TypeOracleTopSQL = "oracle_top_sql"
TypeTiDBAuditLog = scannerCmd.TypeTiDBAuditLog
TypeAllAppExtract = "all_app_extract"
TypeBaiduRdsMySQLSlowLog = "baidu_rds_mysql_slow_log"
TypeSQLFile = scannerCmd.TypeSQLFile
Expand Down Expand Up @@ -117,11 +116,6 @@ var MetaBuilderList = []MetaBuilder{
Desc: locale.ApMetaAllAppExtract,
TaskHandlerFn: NewDefaultTaskV2Fn(),
},
{
Type: TypeTiDBAuditLog,
Desc: locale.ApMetaTiDBAuditLog,
TaskHandlerFn: NewTiDBAuditLogTaskV2Fn(),
},
}

var MetaMap = map[string]Meta{}
Expand Down Expand Up @@ -182,7 +176,6 @@ func GetMeta(typ string) (Meta, error) {

var supportedCmdTypeList = map[string]struct{}{
TypeMySQLSlowLog: {},
TypeTiDBAuditLog: {},
TypeAllAppExtract: {},
}

Expand Down
186 changes: 0 additions & 186 deletions sqle/server/auditplan/task_type_tidb_audit_log.go

This file was deleted.

0 comments on commit 414e463

Please sign in to comment.