dolthub/go-mysql-server

Transaction support for in-memory database

zachmu opened this issue · 0 comments

Currently unsupported. All transaction statements e.g. start transaction, commit, rollback are no-ops.

Supporting this is challenging, as it requires implementing something like journaled storage.