Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-03-30 | Add mnesia activity subscription message | Bernard Duggan | |
A process that calls mnesia:subscribe(activity) will receive the message: {mnesia_activity_event, ActivityID, complete} when any activity that caused a change to a database has finished committing its changes. This allows a subscriber to collect messages already available through the mnesia:subscribe({table, ...}) system to group them as completed transactions. | |||
2010-02-04 | OTP-8402 Transactions could be left hanging if a node went down when | Dan Gudmundsson | |
invoking mnesia:sync_transaction/[1,2]. Thanks Igor Ribeiro Sucupira. | |||
2009-11-20 | The R13B03 release.OTP_R13B03 | Erlang/OTP | |