Below is the list of changes that have just been committed into a local
4.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
1.2459 05/09/27 16:23:37 hf@deer.(none) +1 -0
additional fix for bug #13372 (decimal union)
mysql-test/r/union.result
1.93 05/09/27 16:23:33 hf@deer.(none) +1 -1
test result changed
# 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: hf
# Host: deer.(none)
# Root: /home/hf/work/mysql-4.1.13372
--- 1.92/mysql-test/r/union.result Wed Sep 21 14:32:12 2005
+++ 1.93/mysql-test/r/union.result Tue Sep 27 16:23:33 2005
@@ -565,7 +565,7 @@
show create table t1;
Table Create Table
t1 CREATE TABLE `t1` (
- `a` double(53,1) NOT NULL default '0.0'
+ `a` double(21,1) NOT NULL default '0.0'
) ENGINE=MyISAM DEFAULT CHARSET=latin1
drop table t1;
create table t2 (it1 tinyint, it2 tinyint not null, i int not null, ib bigint, f float, d
double, y year, da date, dt datetime, sc char(10), sv varchar(10), b blob, tx text);
| Thread |
|---|
| • bk commit into 4.1 tree (hf:1.2459) BUG#13372 | holyfoot | 27 Sep |