List:Internals« Previous MessageNext Message »
From:konstantin Date:May 14 2005 12:28am
Subject:bk commit into 4.1 tree (konstantin:1.2273)
View as plain text  
Below is the list of changes that have just been committed into a local
4.1 repository of kostja. When kostja 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
  1.2273 05/05/14 02:28:10 konstantin@stripped +2 -0
  Fix wrong format specifier in error messages.
  Not to be pushed into 5.0 as there it's fixed differently (in the new
  format of error messages)

  sql/share/serbian/errmsg.txt
    1.81 05/05/14 02:28:05 konstantin@stripped +1 -1
    Fix wrong format specifier in an error message.

  sql/share/danish/errmsg.txt
    1.130 05/05/14 02:28:05 konstantin@stripped +1 -1
    Fix wrong format specifier in an error message.

# 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:	konstantin
# Host:	dragonfly.local
# Root:	/opt/local/work/mysql-4.1-root

--- 1.129/sql/share/danish/errmsg.txt	2005-05-08 21:11:22 +04:00
+++ 1.130/sql/share/danish/errmsg.txt	2005-05-14 02:28:05 +04:00
@@ -262,7 +262,7 @@
 "Key reference and table reference don't match",
 "Operand should contain %d column(s)",
 "Subquery returns more than 1 row",
-"Unknown prepared statement handler (%ld) given to %s",
+"Unknown prepared statement handler (%.*s) given to %s",
 "Help database is corrupt or does not exist",
 "Cyclic reference on subqueries",
 "Converting column '%s' from %s to %s",

--- 1.80/sql/share/serbian/errmsg.txt	2005-05-08 21:12:59 +04:00
+++ 1.81/sql/share/serbian/errmsg.txt	2005-05-14 02:28:05 +04:00
@@ -252,7 +252,7 @@
 "Key reference and table reference don't match",
 "Operand should contain %d column(s)",
 "Subquery returns more than 1 row",
-"Unknown prepared statement handler (%ld) given to %s",
+"Unknown prepared statement handler (%.*s) given to %s",
 "Help database is corrupt or does not exist",
 "Cyclic reference on subqueries",
 "Converting column '%s' from %s to %s",
Thread
bk commit into 4.1 tree (konstantin:1.2273)konstantin14 May