List:Commits« Previous MessageNext Message »
From:Chad MILLER Date:April 2 2008 4:18pm
Subject:bk commit into 5.1 tree (cmiller:1.2586)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of cmiller.  When cmiller 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://dev.mysql.com/doc/mysql/en/installing-source-tree.html

ChangeSet@stripped, 2008-04-02 12:18:21-04:00, cmiller@stripped +1 -0
  Replaced full-stop character in error message.

  sql/share/errmsg.txt@stripped, 2008-04-02 12:18:19-04:00, cmiller@stripped +2 -2
    Replaced full-stop character in error message.

diff -Nrup a/sql/share/errmsg.txt b/sql/share/errmsg.txt
--- a/sql/share/errmsg.txt	2008-04-01 12:38:19 -04:00
+++ b/sql/share/errmsg.txt	2008-04-02 12:18:19 -04:00
@@ -5513,10 +5513,10 @@ ER_SP_NO_RECURSION
         eng "Recursive stored functions and triggers are not allowed."
         ger "Rekursive gespeicherte Routinen und Triggers sind nicht erlaubt"
 ER_TOO_BIG_SCALE 42000 S1009
-        eng "Too big scale %d specified for column '%-.192s'. Maximum is %lu"
+        eng "Too big scale %d specified for column '%-.192s'. Maximum is %lu."
 ER_TOO_BIG_PRECISION 42000 S1009
-        eng "Too big precision %d specified for column '%-.192s'. Maximum is %lu"
+        eng "Too big precision %d specified for column '%-.192s'. Maximum is %lu."
 ER_M_BIGGER_THAN_D 42000 S1009
         eng "For float(M,D), double(M,D) or decimal(M,D), M must be >= D (column '%-.192s')."
Thread
bk commit into 5.1 tree (cmiller:1.2586)Chad MILLER2 Apr