#At file:///data0/magnus/mysql/5.5-cluster-merge-from-spj/ based on revid:magnus.blaudd@stripped
3371 magnus.blaudd@stripped 2011-06-23
ndb spj
- fix .result file for ndb_gis due to different number of warning message
modified:
mysql-test/suite/ndb/r/ndb_gis.result
=== modified file 'mysql-test/suite/ndb/r/ndb_gis.result'
--- a/mysql-test/suite/ndb/r/ndb_gis.result 2011-06-23 06:59:40 +0000
+++ b/mysql-test/suite/ndb/r/ndb_gis.result 2011-06-23 14:24:19 +0000
@@ -406,8 +406,8 @@ id select_type table type possible_keys
1 SIMPLE g1 ALL NULL NULL NULL NULL 2 100.00 Using temporary; Using filesort
1 SIMPLE g2 ALL NULL NULL NULL NULL 2 100.00 Using join buffer
Warnings:
-Note 1644 Table 'g1' is not pushable: select list can't contain BLOB columns
-Note 1644 Table 'g2' is not pushable: select list can't contain BLOB columns
+Note 1709 Table 'g1' is not pushable: select list can't contain BLOB columns
+Note 1709 Table 'g2' is not pushable: select list can't contain BLOB columns
Note 1003 select `test`.`g1`.`fid` AS `first`,`test`.`g2`.`fid` AS `second`,within(`test`.`g1`.`g`,`test`.`g2`.`g`) AS `w`,contains(`test`.`g1`.`g`,`test`.`g2`.`g`) AS `c`,overlaps(`test`.`g1`.`g`,`test`.`g2`.`g`) AS `o`,equals(`test`.`g1`.`g`,`test`.`g2`.`g`) AS `e`,disjoint(`test`.`g1`.`g`,`test`.`g2`.`g`) AS `d`,touches(`test`.`g1`.`g`,`test`.`g2`.`g`) AS `t`,intersects(`test`.`g1`.`g`,`test`.`g2`.`g`) AS `i`,crosses(`test`.`g1`.`g`,`test`.`g2`.`g`) AS `r` from `test`.`gis_geometrycollection` `g1` join `test`.`gis_geometrycollection` `g2` order by `test`.`g1`.`fid`,`test`.`g2`.`fid`
DROP TABLE gis_point, gis_line, gis_polygon, gis_multi_point, gis_multi_line, gis_multi_polygon, gis_geometrycollection, gis_geometry;
CREATE TABLE t1 (
@@ -960,8 +960,8 @@ id select_type table type possible_keys
1 SIMPLE g1 ALL NULL NULL NULL NULL 2 100.00 Using temporary; Using filesort
1 SIMPLE g2 ALL NULL NULL NULL NULL 2 100.00 Using join buffer
Warnings:
-Note 1644 Table 'g1' is not pushable: select list can't contain BLOB columns
-Note 1644 Table 'g2' is not pushable: select list can't contain BLOB columns
+Note 1709 Table 'g1' is not pushable: select list can't contain BLOB columns
+Note 1709 Table 'g2' is not pushable: select list can't contain BLOB columns
Note 1003 select `test`.`g1`.`fid` AS `first`,`test`.`g2`.`fid` AS `second`,within(`test`.`g1`.`g`,`test`.`g2`.`g`) AS `w`,contains(`test`.`g1`.`g`,`test`.`g2`.`g`) AS `c`,overlaps(`test`.`g1`.`g`,`test`.`g2`.`g`) AS `o`,equals(`test`.`g1`.`g`,`test`.`g2`.`g`) AS `e`,disjoint(`test`.`g1`.`g`,`test`.`g2`.`g`) AS `d`,touches(`test`.`g1`.`g`,`test`.`g2`.`g`) AS `t`,intersects(`test`.`g1`.`g`,`test`.`g2`.`g`) AS `i`,crosses(`test`.`g1`.`g`,`test`.`g2`.`g`) AS `r` from `test`.`gis_geometrycollection` `g1` join `test`.`gis_geometrycollection` `g2` order by `test`.`g1`.`fid`,`test`.`g2`.`fid`
DROP TABLE gis_point, gis_line, gis_polygon, gis_multi_point, gis_multi_line, gis_multi_polygon, gis_geometrycollection, gis_geometry;
CREATE TABLE t1 (
Attachment: [text/bzr-bundle] bzr/magnus.blaudd@oracle.com-20110623142419-ioki99gful82iyos.bundle
| Thread |
|---|
| • bzr commit into mysql-5.5-cluster-spj branch (magnus.blaudd:3371) | magnus.blaudd | 23 Jun |