List:Commits« Previous MessageNext Message »
From:Alexey Kopytov Date:December 27 2007 3:00pm
Subject:bk commit into 6.0 tree (kaa:1.2507)
View as plain text  
Below is the list of changes that have just been committed into a local
6.0 repository of kaa. When kaa 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-12-27 17:59:55+03:00, kaa@kaamos.(none) +1 -0
  Fixed a typo in replace_result.

  mysql-test/t/gis.test@stripped, 2007-12-27 17:59:54+03:00, kaa@kaamos.(none) +1 -1
    Fixed a typo in replace_result.

diff -Nrup a/mysql-test/t/gis.test b/mysql-test/t/gis.test
--- a/mysql-test/t/gis.test	2007-12-27 17:00:46 +03:00
+++ b/mysql-test/t/gis.test	2007-12-27 17:59:54 +03:00
@@ -362,7 +362,7 @@ t1 where object_id=85998;
 # Expected results are -114.87787186923313 and 36.33101763469049, but IA64 
 # returns -114.87787186923326 and 36.33101763469043 due to fused multiply-add
 # instructions.
---replace result -114.87787186923326 -114.87787186923313 36.33101763469043 36.33101763469049
+--replace_result -114.87787186923326 -114.87787186923313 36.33101763469043 36.33101763469049
 select object_id, geometrytype(geo), ISSIMPLE(GEO), ASTEXT(centroid(geo)) from
 t1 where object_id=85984;
 
Thread
bk commit into 6.0 tree (kaa:1.2507)Alexey Kopytov27 Dec