summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuis Soares <luis.soares@sun.com>2010-02-10 00:05:45 +0000
committerLuis Soares <luis.soares@sun.com>2010-02-10 00:05:45 +0000
commitd142fca3bddace488b99b91e35991a8dbde57b98 (patch)
tree482001493752507f92230e7f129afb0a2f83992a
parentb5810816972955f5cb425498696e6227ac1c04df (diff)
downloadmariadb-git-d142fca3bddace488b99b91e35991a8dbde57b98.tar.gz
Post-push fix: float/double to string conversions and vice versa
changed in mysql-next-mr (see: WL@2934). Thence, we need to update the result file for rpl_stm_user_variables test case.
-rw-r--r--mysql-test/suite/rpl/r/rpl_stm_user_variables.result48
1 files changed, 24 insertions, 24 deletions
diff --git a/mysql-test/suite/rpl/r/rpl_stm_user_variables.result b/mysql-test/suite/rpl/r/rpl_stm_user_variables.result
index 7943268e30a..5e758fc02f3 100644
--- a/mysql-test/suite/rpl/r/rpl_stm_user_variables.result
+++ b/mysql-test/suite/rpl/r/rpl_stm_user_variables.result
@@ -36,9 +36,9 @@ usmallint 65535
umediumint 16777215
uinteger 4294967295
ubigint 18446744073709551615
-double 1.84467440737096e+19
-float 1.84467e+19
-real 18446744073709551616.00
+double 1.8446744073709552e19
+float 1.84467e19
+real 18446744073709552000.00
decimal 18446744073709551615.00
#### [ on slave ]
SELECT * FROM t1;
@@ -52,9 +52,9 @@ usmallint 65535
umediumint 16777215
uinteger 4294967295
ubigint 18446744073709551615
-double 1.84467440737096e+19
-float 1.84467e+19
-real 18446744073709551616.00
+double 1.8446744073709552e19
+float 1.84467e19
+real 18446744073709552000.00
decimal 18446744073709551615.00
#########################################
## assertion: master and slave tables are in sync
@@ -88,9 +88,9 @@ usmallint 65535
umediumint 16777215
uinteger 4294967295
ubigint 18446744073709551615
-double 1.84467440737096e+19
-float 1.84467e+19
-real 18446744073709551616.00
+double 1.8446744073709552e19
+float 1.84467e19
+real 18446744073709552000.00
decimal 18446744073709551615.00
#### [ on slave ]
SELECT * FROM t1;
@@ -104,9 +104,9 @@ usmallint 65535
umediumint 16777215
uinteger 4294967295
ubigint 18446744073709551615
-double 1.84467440737096e+19
-float 1.84467e+19
-real 18446744073709551616.00
+double 1.8446744073709552e19
+float 1.84467e19
+real 18446744073709552000.00
decimal 18446744073709551615.00
#########################################
## assertion: master and slave tables are in sync
@@ -128,9 +128,9 @@ usmallint 0
umediumint 0
uinteger 0
ubigint 0
-double -9.22337203685478e+18
-float -9.22337e+18
-real -9223372036854775808.00
+double -9.223372036854776e18
+float -9.22337e18
+real -9223372036854776000.00
decimal -9223372036854775808.00
#### [ on slave ]
SELECT * FROM t1;
@@ -144,9 +144,9 @@ usmallint 0
umediumint 0
uinteger 0
ubigint 0
-double -9.22337203685478e+18
-float -9.22337e+18
-real -9223372036854775808.00
+double -9.223372036854776e18
+float -9.22337e18
+real -9223372036854776000.00
decimal -9223372036854775808.00
#########################################
## assertion: master and slave tables are in sync
@@ -180,9 +180,9 @@ usmallint 0
umediumint 0
uinteger 0
ubigint 0
-double -9.22337203685478e+18
-float -9.22337e+18
-real -9223372036854775808.00
+double -9.223372036854776e18
+float -9.22337e18
+real -9223372036854776000.00
decimal -9223372036854775808.00
#### [ on slave ]
SELECT * FROM t1;
@@ -196,9 +196,9 @@ usmallint 0
umediumint 0
uinteger 0
ubigint 0
-double -9.22337203685478e+18
-float -9.22337e+18
-real -9223372036854775808.00
+double -9.223372036854776e18
+float -9.22337e18
+real -9223372036854776000.00
decimal -9223372036854775808.00
#########################################
## assertion: master and slave tables are in sync