add-rocksdb-as-transactional-engine
This commit is contained in:
parent
1df37c207f
commit
3f43400e3a
@ -427,6 +427,10 @@ func (this *MigrationContext) IsTransactionalTable() bool {
|
|||||||
{
|
{
|
||||||
return true
|
return true
|
||||||
}
|
}
|
||||||
|
case "rocksdb":
|
||||||
|
{
|
||||||
|
return true
|
||||||
|
}
|
||||||
}
|
}
|
||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user