diff options
author | Zandra Hird <[email protected]> | 2015-02-11 15:16:21 +0100 |
---|---|---|
committer | Zandra Hird <[email protected]> | 2015-02-11 15:17:07 +0100 |
commit | 73996f6dabd8c90164da129ad5ac54293b3e4243 (patch) | |
tree | a52c37fbf0218c2fc7b28df62f0fca4dcdc13b3c /lib/mnesia/doc | |
parent | fd06c6e2262d651e0e62c2ed56ab639e746f988f (diff) | |
parent | fefb2d78cb10606f83ad4010fee6a8be4d4191f2 (diff) | |
download | otp-73996f6dabd8c90164da129ad5ac54293b3e4243.tar.gz otp-73996f6dabd8c90164da129ad5ac54293b3e4243.tar.bz2 otp-73996f6dabd8c90164da129ad5ac54293b3e4243.zip |
Merge branch 'richcarl/dcd-dumps'
* richcarl/dcd-dumps:
Make Mnesia DCD dump behaviour available via API
Make Mnesia DCD dump behaviour available via configuration
OTP-12481
Diffstat (limited to 'lib/mnesia/doc')
-rw-r--r-- | lib/mnesia/doc/src/mnesia.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/mnesia/doc/src/mnesia.xml b/lib/mnesia/doc/src/mnesia.xml index c23c2cb226..3eeb6f0247 100644 --- a/lib/mnesia/doc/src/mnesia.xml +++ b/lib/mnesia/doc/src/mnesia.xml @@ -3017,6 +3017,12 @@ raise(Name, Amount) -> totally unpredictable.</p> </item> <item> + <p><c>-mnesia dump_disc_copies_at_startup true | false</c>. + If set to false, this disables the dumping of <c>disc_copies</c> + tables during startup while tables are being loaded. The default + is true.</p> + </item> + <item> <p><c>-mnesia dump_log_load_regulation true | false</c>. Controls if the log dumps should be performed as fast as possible or if the dumper should do its own load |