Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tracking issues for DDLs support #753

Open
46 of 67 tasks
wk989898 opened this issue Jan 2, 2025 · 1 comment
Open
46 of 67 tasks

Tracking issues for DDLs support #753

wk989898 opened this issue Jan 2, 2025 · 1 comment
Labels
help wanted Extra attention is needed

Comments

@wk989898
Copy link
Collaborator

wk989898 commented Jan 2, 2025

  • ActionCreateSchema
  • ActionDropSchema
  • ActionCreateTable
  • ActionDropTable
  • ActionAddColumn
  • ActionDropColumn
  • ActionAddIndex
  • ActionDropIndex
  • ActionAddForeignKey
  • ActionDropForeignKey
  • ActionTruncateTable
  • ActionModifyColumn
  • ActionRebaseAutoID
  • ActionRenameTable
  • ActionSetDefaultValue
  • ActionShardRowID
  • ActionModifyTableComment
  • ActionRenameIndex
  • ActionAddTablePartition
  • ActionDropTablePartition
  • ActionCreateView
  • ActionModifyTableCharsetAndCollate
  • ActionTruncateTablePartition
  • ActionDropView
  • ActionRecoverTable
  • ActionModifySchemaCharsetAndCollate
  • ActionLockTable
  • ActionUnlockTable
  • ActionRepairTable
  • ActionSetTiFlashReplica
  • ActionUpdateTiFlashReplicaStatus
  • ActionAddPrimaryKey
  • ActionDropPrimaryKey
  • ActionCreateSequence (Just ignore)
  • ActionAlterSequence (Just ignore)
  • ActionDropSequence (Just ignore)
  • ActionModifyTableAutoIDCache
  • ActionRebaseAutoRandomBase
  • ActionAlterIndexVisibility
  • ActionExchangeTablePartition
  • ActionAddCheckConstraint
  • ActionDropCheckConstraint
  • ActionAlterCheckConstraint
  • ActionRenameTables
  • ActionAlterTableAttributes (Just ignore)
  • ActionAlterTablePartitionAttributes (Just ignore)
  • ActionCreatePlacementPolicy
  • ActionAlterPlacementPolicy
  • ActionDropPlacementPolicy
  • ActionAlterTablePartitionPlacement
  • ActionModifySchemaDefaultPlacement
  • ActionAlterTablePlacement
  • ActionAlterCacheTable
  • ActionAlterNoCacheTable
  • ActionCreateTables
  • ActionMultiSchemaChange
  • ActionFlashbackCluster
  • ActionRecoverSchema
  • ActionReorganizePartition
  • ActionAlterTTLInfo
  • ActionAlterTTLRemove
  • ActionCreateResourceGroup (Just ignore)
  • ActionAlterResourceGroup (Just ignore)
  • ActionDropResourceGroup (Just ignore)
  • ActionAlterTablePartitioning
  • ActionRemovePartitioning
  • ActionAddVectorIndex
@wk989898 wk989898 added the help wanted Extra attention is needed label Jan 2, 2025
@lidezhu
Copy link
Collaborator

lidezhu commented Jan 3, 2025

If the DDL is no need to support, please add a comment to it and mark it as complete.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants