Skip to content

Commit

Permalink
Merge branch 'dev-4.2.2' of code.alipay.com:oceanbase/oceanbase-devel…
Browse files Browse the repository at this point in the history
…oper-center into dev-4.2.2
  • Loading branch information
HSunboy committed Oct 12, 2023
2 parents 26d0586 + 80ee047 commit 41b52d8
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/common/datasource/mysql/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,13 @@ const items: Record<ConnectType.MYSQL, IDataSourceModeConfig> = {
ssl: false,
},
features: {
task: [TaskType.ASYNC, TaskType.DATAMOCK, TaskType.SQL_PLAN],
task: [
TaskType.ASYNC,
TaskType.DATAMOCK,
TaskType.SQL_PLAN,
TaskType.DATA_ARCHIVE,
TaskType.DATA_DELETE,
],
obclient: true,
recycleBin: false,
sqlExplain: true,
Expand Down

0 comments on commit 41b52d8

Please sign in to comment.