Below is the list of changes that have just been committed into a local
5.0 repository of knielsen. When knielsen 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.2152 06/04/10 09:31:46 knielsen@stripped +1 -0
Fix test case 'cast' on Windows, different floating point output format.
mysql-test/t/cast.test
1.31 06/04/10 09:31:27 knielsen@stripped +2 -0
Fix test case 'cast' on Windows, different floating point output format.
# 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: knielsen
# Host: rt.int.sifira.dk
# Root: /usr/local/mysql/mysql-5.0-fixcast
--- 1.30/mysql-test/t/cast.test 2006-03-28 14:04:31 +02:00
+++ 1.31/mysql-test/t/cast.test 2006-04-10 09:31:27 +02:00
@@ -171,6 +171,8 @@
CREATE TABLE t1 (f1 double);
INSERT INTO t1 SET f1 = -1.0e+30 ;
INSERT INTO t1 SET f1 = +1.0e+30 ;
+# Expected result is +-1e+30, but Windows returns +-1e+030.
+--replace_result 1e+030 1e+30
SELECT f1 AS double_val, CAST(f1 AS SIGNED INT) AS cast_val FROM t1;
DROP TABLE t1;
| Thread |
|---|
| • bk commit into 5.0 tree (knielsen:1.2152) | knielsen | 10 Apr |