Below is the list of changes that have just been committed into a local
5.1 repository of hf. When hf 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-05-11 18:16:46+05:00, holyfoot@hfmain.(none) +4 -0
Merge mysql.com:/home/hf/work/27957/my50-27957
into mysql.com:/home/hf/work/27957/my51-27957
MERGE: 1.1810.2868.43
mysql-test/r/cast.result@stripped, 2007-05-11 18:16:05+05:00, holyfoot@hfmain.(none) +0 -0
Auto merged
MERGE: 1.39.1.12
sql/item_func.cc@stripped, 2007-05-11 18:16:05+05:00, holyfoot@hfmain.(none) +0 -0
Auto merged
MERGE: 1.270.1.70
sql/item_func.h@stripped, 2007-05-11 18:16:06+05:00, holyfoot@hfmain.(none) +0 -0
Auto merged
MERGE: 1.136.2.31
sql/my_decimal.h@stripped, 2007-05-11 18:16:41+05:00, holyfoot@hfmain.(none) +1 -15
merging
MERGE: 1.10.1.5
# 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: holyfoot
# Host: hfmain.(none)
# Root: /home/hf/work/27957/my51-27957/RESYNC
--- 1.17/sql/my_decimal.h 2007-05-11 18:16:52 +05:00
+++ 1.18/sql/my_decimal.h 2007-05-11 18:16:52 +05:00
@@ -395,15 +395,7 @@ int my_decimal_intg(const my_decimal *a)
}
-void my_decimal_trim(ulong *precision, uint *scale)
-{
- if (!(*precision) && !(*scale))
- {
- *precision= 10;
- *scale= 0;
- return;
- }
-}
+void my_decimal_trim(ulong *precision, uint *scale);
#endif /*my_decimal_h*/
| Thread |
|---|
| • bk commit into 5.1 tree (holyfoot:1.2518) | holyfoot | 11 May |