Would it make sense to commit this change to the trunk as well as the
branch? It should apply to both, shouldn't it?
Thanks,
Kim
On 09/12/11 07:27 PM, [email protected] wrote:
Author: myrnavl
Date: Mon Sep 12 23:27:19 2011
New Revision: 1169977
URL: http://svn.apache.org/viewvc?rev=1169977&view=rev
Log:
DERBY-5287; tasks for 10.8.2 release;
manually committing updated generated error message file.
Modified:
db/derby/docs/branches/10.8/src/ref/rrefexcept71493.dita
Modified: db/derby/docs/branches/10.8/src/ref/rrefexcept71493.dita
URL:
http://svn.apache.org/viewvc/db/derby/docs/branches/10.8/src/ref/rrefexcept71493.dita?rev=1169977&r1=1169976&r2=1169977&view=diff
==============================================================================
--- db/derby/docs/branches/10.8/src/ref/rrefexcept71493.dita (original)
+++ db/derby/docs/branches/10.8/src/ref/rrefexcept71493.dita Mon Sep 12
23:27:19 2011
@@ -524,7 +524,7 @@ the corresponding text in messages.xml a
</row>
<row>
<entry colname="col1">2200H</entry>
- <entry colname="col2">Sequence generator
'<varname><sequenceName></varname>' does not cycle. No more values can be obtained from this
sequence generator.</entry>
+ <entry colname="col2">Sequence generator
'<varname><schemaName></varname>.<varname><sequenceName></varname>' does not cycle. No
more values can be obtained from this sequence generator.</entry>
</row>
<row>
<entry colname="col1">2200L</entry>
@@ -990,6 +990,10 @@ the corresponding text in messages.xml a
<entry colname="col2">Role <varname><authorizationID></varname> cannot
be granted to <varname><authorizationID></varname> because this would create a circularity.</entry>
</row>
<row>
+ <entry colname="col1">4251D</entry>
+ <entry colname="col2">Only the database owner can view
this data.</entry>
+ </row>
+ <row>
<entry colname="col1">42601</entry>
<entry colname="col2">In an ALTER TABLE statement, the column
'<varname><columnName></varname>' has been specified as NOT NULL and either the DEFAULT clause
was not specified or was specified as DEFAULT NULL.</entry>
</row>
@@ -2454,6 +2458,14 @@ the corresponding text in messages.xml a
<entry colname="col1">X0Y84</entry>
<entry colname="col2">Too much contention on sequence
<varname><sequenceName></varname>.</entry>
</row>
+ <row>
+ <entry colname="col1">X0Y85</entry>
+ <entry colname="col2">The Derby property
'<varname><propertyName></varname>' identifies a class which cannot be instantiated:
'<varname><className></varname>'. See the next exception for details.</entry>
+ </row>
+ <row>
+ <entry colname="col1">X0Y86</entry>
+ <entry colname="col2">Derby could not obtain the locks needed to release the unused,
preallocated values for the sequence
'<varname><schemaName></varname>'.'<varname><sequenceName></varname>'. As a result,
unexpected gaps may appear in this sequence.</entry>
+ </row>
</tbody>
</tgroup>
</table>