File: notes.html

package info (click to toggle)
erlang-doc-html 1%3A11.b.2-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 23,284 kB
  • ctags: 10,724
  • sloc: erlang: 505; ansic: 323; makefile: 62; perl: 61; sh: 45
file content (190 lines) | stat: -rw-r--r-- 3,709 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<!-- This document was generated using DocBuilder 3.3.3 -->
<HTML>
<HEAD>
  <TITLE>Mnesia Release Notes</TITLE>
  <SCRIPT type="text/javascript" src="../../../../doc/erlresolvelinks.js">
</SCRIPT>
</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#0000FF" VLINK="#FF00FF"
      ALINK="#FF0000">
<CENTER>
<A HREF="http://www.erlang.se"><IMG BORDER=0 ALT="[Ericsson AB]" SRC="min_head.gif"></A>
</CENTER>
<A NAME="1"><!-- Empty --></A>
<H2>1 Mnesia Release Notes</H2>

<P> This document describes the changes made to the Mnesia system
from version to version. The intention of this document is to
list all incompatibilities as well as all enhancements and
bugfixes for every release of Mnesia. Each release of Mnesia
thus constitutes one section in this document. The title of each
section is the version number of Mnesia.
<A NAME="1.1"><!-- Empty --></A>
<H3>1.1 Mnesia 4.3.3</H3>
<A NAME="1.1.1"><!-- Empty --></A>
<H4>1.1.1 Fixed Bugs and Malfunctions</H4>

<P>
<UL>

<LI>
         Mnesia could crash during startup when loading tables
         from remote node.
<BR>
         Own Id: OTP-6298 Aux Id: seq10402 
<BR>

</LI>


<LI>
         Mnesia could fail to update all copies during
         del_table_copy.
<BR>
         Own Id: OTP-6299
<BR>

</LI>


</UL>
<A NAME="1.1.2"><!-- Empty --></A>
<H4>1.1.2 Known Bugs and Problems</H4>

<P>
<UL>

<LI>
         Rearranging fragmented tables is an O(N^2) operation.
<BR>
         Own Id: OTP-6300
<BR>

</LI>


</UL>
<A NAME="1.2"><!-- Empty --></A>
<H3>1.2 Mnesia 4.3.2</H3>
<A NAME="1.2.1"><!-- Empty --></A>
<H4>1.2.1 Fixed Bugs and Malfunctions</H4>

<P>
<UL>

<LI>
  Mnesia sometimes failed to remove [d]ets table fixation,
when using <CODE>mnesia:first/1</CODE>,<CODE>mnesia:next/2</CODE> or
<CODE>qlc</CODE> this could cause that deleted records are not
actually deleted in the [d]ets table and that
<CODE>mnesia:[dirty_]first/1</CODE> reported the wrong key.
<BR>
 Own Id: OTP-6193 Aux Id: seq10376
<BR>

</LI>


</UL>
<A NAME="1.3"><!-- Empty --></A>
<H3>1.3 Mnesia 4.3.1</H3>
<A NAME="1.3.1"><!-- Empty --></A>
<H4>1.3.1 Fixed Bugs and Malfunctions</H4>

<P>
<UL>

<LI>
         Mnesia could crash (bad match in mnesia_controller)
         during start.
<BR>
         Own Id: OTP-6116 Aux Id: seq10305 
<BR>

</LI>


</UL>
<A NAME="1.4"><!-- Empty --></A>
<H3>1.4 Mnesia 4.3</H3>
<A NAME="1.4.1"><!-- Empty --></A>
<H4>1.4.1 Fixed Bugs and Malfunctions</H4>

<P>
<UL>

<LI>
  Deleting tables during the start of mnesia on another
node caused problems.
<BR>
 Own Id: OTP-5928 Aux Id: seq10111 
<BR>

</LI>


<LI>
  Killing processes that runs nested transactions could
crash mnesia.
<BR>
 Own Id: OTP-6027 Aux Id: seq10244 
<BR>

</LI>


<LI>
  Creating or deleting tables with a checkpoint activated
could crash mnesia
<BR>
 Own Id: OTP-6064
<BR>

</LI>


<LI>
  Table loading could be mixed with schema operations which
could cause troubles.
<BR>
 Own Id: OTP-6065 Aux Id: seq10291 
<BR>

</LI>


</UL>
<A NAME="1.4.2"><!-- Empty --></A>
<H4>1.4.2 Improvements and New Features</H4>

<P>
<UL>

<LI>
  Added parallel table loaders to increase startup
performance when the system have many small tables. The
configuration variable <CODE>no_table_loaders</CODE> configures
the number of loaders, default is two.
<BR>
 Own Id: OTP-6087
<BR>

</LI>


</UL>
<A NAME="1.5"><!-- Empty --></A>
<H3>1.5 Previous Notes</H3>

<P>For information about older versions see
<A TARGET="_top" HREF="part_notes_history_frame.html">release notes
        history</A>.<CENTER>
<HR>
<SMALL>
Copyright &copy; 1991-2006
<A HREF="http://www.erlang.se">Ericsson AB</A><BR>
</SMALL>
</CENTER>
</BODY>
</HTML>