diff options
author | Erlang/OTP <[email protected]> | 2018-08-09 17:29:04 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2018-08-09 17:29:04 +0200 |
commit | 962ea06fa99e36a4631ec6459895d9466e61964c (patch) | |
tree | e82c0d21c0f35b004b889a1cc4d86e1ed3a4ba70 /lib/mnesia/doc | |
parent | c5a344a3cace51ef9697adbab05e45f41d44bf13 (diff) | |
download | otp-962ea06fa99e36a4631ec6459895d9466e61964c.tar.gz otp-962ea06fa99e36a4631ec6459895d9466e61964c.tar.bz2 otp-962ea06fa99e36a4631ec6459895d9466e61964c.zip |
Update release notes
Diffstat (limited to 'lib/mnesia/doc')
-rw-r--r-- | lib/mnesia/doc/src/notes.xml | 28 |
1 files changed, 27 insertions, 1 deletions
diff --git a/lib/mnesia/doc/src/notes.xml b/lib/mnesia/doc/src/notes.xml index ba94e913f5..151c9f6f21 100644 --- a/lib/mnesia/doc/src/notes.xml +++ b/lib/mnesia/doc/src/notes.xml @@ -39,7 +39,33 @@ thus constitutes one section in this document. The title of each section is the version number of Mnesia.</p> - <section><title>Mnesia 4.15.3</title> + <section><title>Mnesia 4.15.3.1</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + When master node is set do not force a load from + ram_copies replica when there are no available + disc_copies, since that would load an empty table. Wait + until a disk replica is available or until user + explicitly force_loads the table.</p> + <p> + Own Id: OTP-15221 Aux Id: ERIERL-217 </p> + </item> + <item> + <p> + Allow to add replicas even if all other replicas are down + when the other replicase are not stored on disk.</p> + <p> + Own Id: OTP-15226 Aux Id: ERIERL-221 </p> + </item> + </list> + </section> + +</section> + +<section><title>Mnesia 4.15.3</title> <section><title>Fixed Bugs and Malfunctions</title> <list> |