List:Internals« Previous MessageNext Message »
From:paul Date:September 27 2005 4:35pm
Subject:bk commit - mysqldoc@docsrva tree (paul:1.3633)
View as plain text  
Below is the list of changes that have just been committed into a local
mysqldoc repository of paul. When paul does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://www.mysql.com/doc/I/n/Installing_source_tree.html

ChangeSet
  1.3633 05/09/27 11:35:56 paul@stripped +2 -0
  Update server error message lists.

  refman/errmsgs-server.xml
    1.8 05/09/27 11:35:54 paul@stripped +12 -0
    Update server error message lists.

  refman-5.0/errmsgs-server.xml
    1.6 05/09/27 11:35:54 paul@stripped +12 -0
    Update server error message lists.

# This is a BitKeeper patch.  What follows are the unified diffs for the
# set of deltas contained in the patch.  The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User:	paul
# Host:	kite-hub.kitebird.com
# Root:	/src/extern/MySQL/bk/mysqldoc

--- 1.7/refman/errmsgs-server.xml	2005-09-24 11:54:11 -05:00
+++ 1.8/refman/errmsgs-server.xml	2005-09-27 11:35:54 -05:00
@@ -5137,5 +5137,17 @@
     </para>
   </listitem>
 
+  <listitem>
+    <para>
+      Error: <literal>1453</literal> SQLSTATE: <literal>42000</literal>
+      (<literal>ER_M_BIGGER_THAN_D</literal>)
+    </para>
+
+    <para>
+      Message: For float(M,D) or double(M,D), M must be >= D (column
+      '%s').
+    </para>
+  </listitem>
+
 </itemizedlist>
 <!-- END_OF_SERVER_ERROR_INFO -->

--- 1.5/refman-5.0/errmsgs-server.xml	2005-09-24 11:54:11 -05:00
+++ 1.6/refman-5.0/errmsgs-server.xml	2005-09-27 11:35:54 -05:00
@@ -5137,5 +5137,17 @@
     </para>
   </listitem>
 
+  <listitem>
+    <para>
+      Error: <literal>1453</literal> SQLSTATE: <literal>42000</literal>
+      (<literal>ER_M_BIGGER_THAN_D</literal>)
+    </para>
+
+    <para>
+      Message: For float(M,D) or double(M,D), M must be >= D (column
+      '%s').
+    </para>
+  </listitem>
+
 </itemizedlist>
 <!-- END_OF_SERVER_ERROR_INFO -->
Thread
bk commit - mysqldoc@docsrva tree (paul:1.3633)paul27 Sep