greenlion / warp

WarpSQL Server, an open source OLAP focused distribution of the world's most popular open source database bundled with OLAP performance related plugins such as the WARP storage engine..
http://warpsql.blog
Other
41 stars 2 forks source link

Support ACID insert/update/delete semantics #22

Closed greenlion closed 4 years ago

greenlion commented 4 years ago

If a statement errors out after inserting rows, the rows do not roll back. All statements should be atomic. The same goes for deletions and updates. An operation cancelled in the middle leaves a partially changed base table. This is the same as MyISAM.

Bonus: add transaction support for more than one table.

greenlion commented 4 years ago

fixed in transactions branch