go-mysql-server icon indicating copy to clipboard operation
go-mysql-server copied to clipboard

Transaction support for in-memory database

Open zachmu opened this issue 2 years ago • 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.

zachmu avatar Dec 29 '22 18:12 zachmu