<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib/mnesia, branch OTP-19.2.2</title>
<subtitle>Mirror of Erlang/OTP repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/'/>
<entry>
<title>Prepare release</title>
<updated>2017-01-31T14:08:44+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2017-01-31T14:08:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=21d3a8020bde075f04441a9741b8276c27d48009'/>
<id>21d3a8020bde075f04441a9741b8276c27d48009</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed crash when a table was deleted during checkpoint traversal</title>
<updated>2017-01-30T14:39:37+00:00</updated>
<author>
<name>Dan Gudmundsson</name>
<email>dgud@erlang.org</email>
</author>
<published>2017-01-26T11:43:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=230358701da9764fa4c637e9e781668276f14938'/>
<id>230358701da9764fa4c637e9e781668276f14938</id>
<content type='text'>
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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
<entry>
<title>Prepare release</title>
<updated>2016-12-09T10:45:22+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2016-12-09T10:45:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=fc0427be6d482182ec70f3cd87c73027cfb17ea9'/>
<id>fc0427be6d482182ec70f3cd87c73027cfb17ea9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update copyright-year</title>
<updated>2016-12-07T12:15:31+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2016-12-07T12:15:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=3eddb0f762de248d3230b38bc9d478bfbc8e7331'/>
<id>3eddb0f762de248d3230b38bc9d478bfbc8e7331</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'richcarl/mnesia/table_info_order' into maint</title>
<updated>2016-12-05T09:35:43+00:00</updated>
<author>
<name>Dan Gudmundsson</name>
<email>dgud@erlang.org</email>
</author>
<published>2016-12-05T09:35:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=c5fa3721bbe6ea3742703a4662f94a11c2a4d5c1'/>
<id>c5fa3721bbe6ea3742703a4662f94a11c2a4d5c1</id>
<content type='text'>
* richcarl/mnesia/table_info_order:
  Preserve key order in mnesia:table_info
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* richcarl/mnesia/table_info_order:
  Preserve key order in mnesia:table_info
</pre>
</div>
</content>
</entry>
<entry>
<title>Use off_heap memory queue for mnesia_tm</title>
<updated>2016-11-28T14:40:24+00:00</updated>
<author>
<name>Dan Gudmundsson</name>
<email>dgud@erlang.org</email>
</author>
<published>2016-11-28T14:40:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=6f736dcf0600a2a99e7330bf56ab5565cfbe7114'/>
<id>6f736dcf0600a2a99e7330bf56ab5565cfbe7114</id>
<content type='text'>
Helps when mnesia_tm gets drowned in dirty_writes from remote node.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Helps when mnesia_tm gets drowned in dirty_writes from remote node.
</pre>
</div>
</content>
</entry>
<entry>
<title>Preserve key order in mnesia:table_info</title>
<updated>2016-11-18T14:48:43+00:00</updated>
<author>
<name>Richard Carlsson</name>
<email>richardc@klarna.com</email>
</author>
<published>2016-11-18T14:48:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=30ea1dce5f98636315726af13a8944f0963f447a'/>
<id>30ea1dce5f98636315726af13a8944f0963f447a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>mnesia: Don't show error_logger messages in tests</title>
<updated>2016-10-25T10:25:33+00:00</updated>
<author>
<name>Björn-Egil Dahlberg</name>
<email>egil@erlang.org</email>
</author>
<published>2016-10-25T10:25:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=83043dc18536cfdfe9b472d97200ffa6667bf6b6'/>
<id>83043dc18536cfdfe9b472d97200ffa6667bf6b6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'dgud/mnesia/fix-blocked/OTP-13970' into maint</title>
<updated>2016-10-24T11:02:37+00:00</updated>
<author>
<name>Dan Gudmundsson</name>
<email>dgud@erlang.org</email>
</author>
<published>2016-10-24T11:02:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=f66073c2960a4b072e18c4e1dfed143b94cd60c6'/>
<id>f66073c2960a4b072e18c4e1dfed143b94cd60c6</id>
<content type='text'>
* dgud/mnesia/fix-blocked/OTP-13970:
  Avoid some error reports when stopping mnesia
  mnesia: Fix double blocked tables which could cause a crash
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* dgud/mnesia/fix-blocked/OTP-13970:
  Avoid some error reports when stopping mnesia
  mnesia: Fix double blocked tables which could cause a crash
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid some error reports when stopping mnesia</title>
<updated>2016-10-17T10:16:09+00:00</updated>
<author>
<name>Dan Gudmundsson</name>
<email>dgud@erlang.org</email>
</author>
<published>2016-10-17T10:16:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=f8c047bb96eff53e5ddaff3d1a00d6a85a990bf3'/>
<id>f8c047bb96eff53e5ddaff3d1a00d6a85a990bf3</id>
<content type='text'>
Worker processes can cause error reports if the main mnesia processes
dissapear.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Worker processes can cause error reports if the main mnesia processes
dissapear.
</pre>
</div>
</content>
</entry>
</feed>
