add-rocksdb-as-transactional-engine

This commit is contained in:
wangzihuacool 2022-10-20 13:34:31 +00:00
parent 1df37c207f
commit 3f43400e3a

View File

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