Below is the list of changes that have just been committed into a local
5.0 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-03-15 16:21:43+04:00, holyfoot@stripped +1 -0
Merge bk@stripped:mysql-5.0
into mysql.com:/home/hf/work/mrg/mysql-5.0-opt
MERGE: 1.2471.2.7
mysql-test/r/gis-rtree.result@stripped, 2007-03-15 16:21:41+04:00, holyfoot@stripped +0 -0
Auto merged
MERGE: 1.23.1.1
# 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/mrg/mysql-5.0-opt/RESYNC
--- 1.25/mysql-test/r/gis-rtree.result 2007-03-15 16:21:47 +04:00
+++ 1.26/mysql-test/r/gis-rtree.result 2007-03-15 16:21:47 +04:00
@@ -10,7 +10,7 @@ t1 CREATE TABLE `t1` (
`fid` int(11) NOT NULL auto_increment,
`g` geometry NOT NULL,
PRIMARY KEY (`fid`),
- SPATIAL KEY `g` (`g`(32))
+ SPATIAL KEY `g` (`g`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1
INSERT INTO t1 (g) VALUES (GeomFromText('LineString(150 150, 150 150)'));
INSERT INTO t1 (g) VALUES (GeomFromText('LineString(149 149, 151 151)'));
@@ -293,7 +293,7 @@ t2 CREATE TABLE `t2` (
`fid` int(11) NOT NULL auto_increment,
`g` geometry NOT NULL,
PRIMARY KEY (`fid`),
- SPATIAL KEY `g` (`g`(32))
+ SPATIAL KEY `g` (`g`)
) ENGINE=MyISAM AUTO_INCREMENT=101 DEFAULT CHARSET=latin1
SELECT count(*) FROM t2;
count(*)
| Thread |
|---|
| • bk commit into 5.0 tree (holyfoot:1.2479) | holyfoot | 15 Mar |