List:Commits« Previous MessageNext Message »
From:msvensson Date:February 23 2007 5:07pm
Subject:bk commit into 5.1 tree (msvensson:1.2465)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of msvensson. When msvensson 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, 2007-02-23 18:07:08+01:00, msvensson@stripped +1 -0
  Extend the max length of second format specifier to max length
  200 allowing it to print paths a little better

  sql/share/errmsg.txt@stripped, 2007-02-23 18:07:07+01:00, msvensson@stripped +8 -8
    Extend the max length of second format specifier to max length
    200 allowing it to print paths a little better

# 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:	msvensson
# Host:	pilot.blaudden
# Root:	/home/msvensson/mysql/mysql-5.1-new-maint

--- 1.146/sql/share/errmsg.txt	2007-02-23 16:52:20 +01:00
+++ 1.147/sql/share/errmsg.txt	2007-02-23 18:07:07 +01:00
@@ -4654,14 +4654,14 @@ ER_NO_DEFAULT 42000 
 ER_WRONG_VALUE_FOR_VAR 42000 
-        nla "Variabele '%-.64s' kan niet worden gewijzigd naar de waarde '%-.64s'"
-        eng "Variable '%-.64s' can't be set to the value of '%-.64s'"
-        ger "Variable '%-.64s' kann nicht auf '%-.64s' gesetzt werden"
-        ita "Alla variabile '%-.64s' non puo' essere assegato il valore '%-.64s'"
-        spa "Variable '%-.64s' no puede ser configurada para el valor de '%-.64s'"
+        nla "Variabele '%-.64s' kan niet worden gewijzigd naar de waarde '%-.200s'"
+        eng "Variable '%-.64s' can't be set to the value of '%-.200s'"
+        ger "Variable '%-.64s' kann nicht auf '%-.200s' gesetzt werden"
+        ita "Alla variabile '%-.64s' non puo' essere assegato il valore '%-.200s'"
+        spa "Variable '%-.64s' no puede ser configurada para el valor de '%-.200s'"
 ER_WRONG_TYPE_FOR_VAR 42000 
         nla "Foutief argumenttype voor variabele '%-.64s'"
         eng "Incorrect argument type to variable '%-.64s'"
Thread
bk commit into 5.1 tree (msvensson:1.2465)msvensson23 Feb