add-rocksdb-as-transactional-engine

This commit is contained in:
wangzihuacool 2022-10-20 13:34:31 +00:00
parent 1df37c207f
commit 3f43400e3a
1 changed files with 4 additions and 0 deletions

View File

@ -427,6 +427,10 @@ func (this *MigrationContext) IsTransactionalTable() bool {
{
return true
}
case "rocksdb":
{
return true
}
}
return false
}