Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-09-05 | mnesia: Improve handling of Unicode | Hans Bolinder | |
2017-05-04 | Update copyright year | Raimo Niskanen | |
2017-01-30 | Fixed crash when a table was deleted during checkpoint traversal | Dan Gudmundsson | |
Set fixtable false will fail on deleted tables, catch that and also report checkpoint deactivate error, so user can see why checkpoint was deactivated and backup fails. | |||
2016-03-15 | update copyright-year | Henrik Nord | |
2015-06-18 | Change license text to APLv2 | Bruce Yinhe | |
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 | |
2013-01-25 | Update copyright years | Björn-Egil Dahlberg | |
2012-10-11 | Fix format of mnesia overload message | Ahmed Omar | |
Using ~p in mnesia overload message could lead to wrong messages. mnesia_tm overload message contains a list of two numbers (queue length) example: instead of: Mnesia is overloaded: {mnesia_tm,message_queue_len,[100,105]} it prints : Mnesia is overloaded: {mnesia_tm,message_queue_len,"di"} Replacing ~p with ~w fixes the problem as it doesn't try to detect lists of printable characters | |||
2011-12-09 | Update copyright years | Björn-Egil Dahlberg | |
2011-11-07 | [mnesia] Cleanly bring down mnesia | Dan Gudmundsson | |
Aviods failing/wobbling testcase. Mnesia mishandled supervisors. | |||
2009-11-20 | The R13B03 release.OTP_R13B03 | Erlang/OTP | |