Skip to content

Commit 017b8df

Browse files
author
Luis Soares
committed
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.
1 parent d5db645 commit 017b8df

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

mysql-test/suite/rpl/r/rpl_stm_user_variables.result

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ usmallint 65535
3636
umediumint 16777215
3737
uinteger 4294967295
3838
ubigint 18446744073709551615
39-
double 1.84467440737096e+19
40-
float 1.84467e+19
41-
real 18446744073709551616.00
39+
double 1.8446744073709552e19
40+
float 1.84467e19
41+
real 18446744073709552000.00
4242
decimal 18446744073709551615.00
4343
#### [ on slave ]
4444
SELECT * FROM t1;
@@ -52,9 +52,9 @@ usmallint 65535
5252
umediumint 16777215
5353
uinteger 4294967295
5454
ubigint 18446744073709551615
55-
double 1.84467440737096e+19
56-
float 1.84467e+19
57-
real 18446744073709551616.00
55+
double 1.8446744073709552e19
56+
float 1.84467e19
57+
real 18446744073709552000.00
5858
decimal 18446744073709551615.00
5959
#########################################
6060
## assertion: master and slave tables are in sync
@@ -88,9 +88,9 @@ usmallint 65535
8888
umediumint 16777215
8989
uinteger 4294967295
9090
ubigint 18446744073709551615
91-
double 1.84467440737096e+19
92-
float 1.84467e+19
93-
real 18446744073709551616.00
91+
double 1.8446744073709552e19
92+
float 1.84467e19
93+
real 18446744073709552000.00
9494
decimal 18446744073709551615.00
9595
#### [ on slave ]
9696
SELECT * FROM t1;
@@ -104,9 +104,9 @@ usmallint 65535
104104
umediumint 16777215
105105
uinteger 4294967295
106106
ubigint 18446744073709551615
107-
double 1.84467440737096e+19
108-
float 1.84467e+19
109-
real 18446744073709551616.00
107+
double 1.8446744073709552e19
108+
float 1.84467e19
109+
real 18446744073709552000.00
110110
decimal 18446744073709551615.00
111111
#########################################
112112
## assertion: master and slave tables are in sync
@@ -128,9 +128,9 @@ usmallint 0
128128
umediumint 0
129129
uinteger 0
130130
ubigint 0
131-
double -9.22337203685478e+18
132-
float -9.22337e+18
133-
real -9223372036854775808.00
131+
double -9.223372036854776e18
132+
float -9.22337e18
133+
real -9223372036854776000.00
134134
decimal -9223372036854775808.00
135135
#### [ on slave ]
136136
SELECT * FROM t1;
@@ -144,9 +144,9 @@ usmallint 0
144144
umediumint 0
145145
uinteger 0
146146
ubigint 0
147-
double -9.22337203685478e+18
148-
float -9.22337e+18
149-
real -9223372036854775808.00
147+
double -9.223372036854776e18
148+
float -9.22337e18
149+
real -9223372036854776000.00
150150
decimal -9223372036854775808.00
151151
#########################################
152152
## assertion: master and slave tables are in sync
@@ -180,9 +180,9 @@ usmallint 0
180180
umediumint 0
181181
uinteger 0
182182
ubigint 0
183-
double -9.22337203685478e+18
184-
float -9.22337e+18
185-
real -9223372036854775808.00
183+
double -9.223372036854776e18
184+
float -9.22337e18
185+
real -9223372036854776000.00
186186
decimal -9223372036854775808.00
187187
#### [ on slave ]
188188
SELECT * FROM t1;
@@ -196,9 +196,9 @@ usmallint 0
196196
umediumint 0
197197
uinteger 0
198198
ubigint 0
199-
double -9.22337203685478e+18
200-
float -9.22337e+18
201-
real -9223372036854775808.00
199+
double -9.223372036854776e18
200+
float -9.22337e18
201+
real -9223372036854776000.00
202202
decimal -9223372036854775808.00
203203
#########################################
204204
## assertion: master and slave tables are in sync

0 commit comments

Comments
 (0)