Modified:
trunk/
trunk/connector-j/src/doc/sources/errorMapToDocbook.xsl
Log:
Merged revisions 6544 via svnmerge from
svn+ssh://mmatthews@stripped/connectors-svnroot/connector-j/branches/branch_5_1
.......
r6544 | mcbrown | 2007-08-31 01:14:57 -0500 (Fri, 31 Aug 2007) | 3 lines
Updating the XSL transform for the errors table
.......
Property changes on: trunk
___________________________________________________________________
Name: svnmerge-integrated
- /branches/branch_5_0:1-6540,6545 /branches/branch_5_1:1-6517
+ /branches/branch_5_0:1-6540,6545 /branches/branch_5_1:1-6517,6544
Modified: trunk/connector-j/src/doc/sources/errorMapToDocbook.xsl
===================================================================
--- trunk/connector-j/src/doc/sources/errorMapToDocbook.xsl 2007-09-04 17:34:45 UTC (rev 6547)
+++ trunk/connector-j/src/doc/sources/errorMapToDocbook.xsl 2007-09-04 17:41:10 UTC (rev 6548)
@@ -12,6 +12,10 @@
<xsl:element name="table">
<xsl:element name="title">Mapping of MySQL Error Numbers to SQLStates</xsl:element>
<xsl:element name="tgroup"><xsl:attribute name="cols">4</xsl:attribute>
+ <xsl:element name="colspec"><xsl:attribute name="colwidth">20</xsl:attribute></xsl:element>
+ <xsl:element name="colspec"><xsl:attribute name="colwidth">40</xsl:attribute></xsl:element>
+ <xsl:element name="colspec"><xsl:attribute name="colwidth">20</xsl:attribute></xsl:element>
+ <xsl:element name="colspec"><xsl:attribute name="colwidth">20</xsl:attribute></xsl:element>
<xsl:element name="thead">
<xsl:element name="row">
<xsl:element name="entry">MySQL Error Number</xsl:element>
| Thread |
|---|
| • Connector/J commit: r6548 - in trunk: . connector-j/src/doc/sources | mmatthews | 4 Sep |