Below is the list of changes that have just been committed into a local
5.1 repository of patg. When patg 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.2027 06/01/18 15:30:45 patg@stripped +2 -0
Merge pgalbraith@stripped:/home/bk/mysql-5.1-new
into govinda.patg.net:/home/patg/mysql-build/mysql-5.1-wl2682
sql/share/errmsg.txt
1.67 06/01/18 15:30:41 patg@stripped +0 -1
WL #2682 conflict resolution
sql/ha_partition.cc
1.34 06/01/18 15:29:03 patg@stripped +0 -0
Auto merged
# 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: patg
# Host: govinda.patg.net
# Root: /home/patg/mysql-build/mysql-5.1-wl2682/RESYNC
--- 1.33/sql/ha_partition.cc 2006-01-18 14:46:41 -08:00
+++ 1.34/sql/ha_partition.cc 2006-01-18 15:29:03 -08:00
@@ -5112,8 +5112,11 @@
DBUG_PRINT("enter", ("error = %d", error));
if (error == HA_ERR_NO_PARTITION_FOUND)
+ {
+ char buf[100];
my_error(ER_NO_PARTITION_FOR_GIVEN_VALUE, MYF(0),
- m_part_info->part_expr->val_int());
+ llstr(m_part_info->part_expr->val_int(), buf));
+ }
else
m_file[0]->print_error(error, errflag);
DBUG_VOID_RETURN;
| Thread |
|---|
| • bk commit into 5.1 tree (patg:1.2027) | Patrick Galbraith | 19 Jan |