Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-03-27 | Merge branch 'dgud/mnesia/try-catch' | Dan Gudmundsson | |
* dgud/mnesia/try-catch: mnesia: Replace catch with try-catch | |||
2015-03-27 | mnesia: Replace catch with try-catch | Dan Gudmundsson | |
Avoids building stacktraces where it is not needed and do not mask errors, i.e. only catch the relevant classes in each try. | |||
2015-03-20 | Replace usage of erlang:now() with usage of new API | Dan Gudmundsson | |
2014-02-20 | mnesia: cleanup some dialyzer unmatched return warnings | Dan Gudmundsson | |
2011-12-09 | Merge branch 'dgud/mnesia/read-sticky-bug/OTP-9786' | Dan Gudmundsson | |
* dgud/mnesia/read-sticky-bug/OTP-9786: [mnesia] Read record from correct node [mnesia] Fixed sticky read lock bug [mnesia] Whitespace fixes Conflicts: lib/mnesia/src/mnesia_log.erl | |||
2011-12-07 | Use the synchronous log_terms instead of alog_terms in mnesia_log:ets2dcd() | Richard Carlsson | |
This avoids the situation where mnesia could dump a very large ets table in its entirety into the message queue of the disk_log process, causing memory blowup and choking the disk logger. | |||
2011-12-06 | [mnesia] Whitespace fixes | Dan Gudmundsson | |
2011-09-19 | [mnesia] Use dedicated api for clearing tables | Dan Gudmundsson | |
Mainly to correctly clear dets tables. It may also be faster to use the dedicated functions. | |||
2011-03-11 | Update copyright years | Björn-Egil Dahlberg | |
2010-09-15 | mnesia: Do not auto-import error/2 | Tuncer Ayaz | |
Resolve name clash with auto-imported BIF error/2. | |||
2009-11-20 | The R13B03 release.OTP_R13B03 | Erlang/OTP | |