Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
5.5(EOL)
-
None
Description
http://buildbot.askmonty.org/buildbot/builders/p8-xenial-bintar/builds/6/steps/test/logs/stdio
rpl.rpl_stm_user_variables 'stmt' w3 [ fail ]
|
Test ended at 2016-06-17 15:57:12
|
|
CURRENT_TEST: rpl.rpl_stm_user_variables
|
--- /mnt/build/maria-slave/p8-xenial-bintar/build/mysql-test/suite/rpl/r/rpl_stm_user_variables.result 2016-06-16 15:18:44.201684244 -0400
|
+++ /mnt/build/maria-slave/p8-xenial-bintar/build/mysql-test/suite/rpl/r/rpl_stm_user_variables.reject 2016-06-17 15:57:11.903189867 -0400
|
@@ -127,7 +127,7 @@
|
double -9.223372036854776e18
|
float -9.22337e18
|
real -9223372036854776000.00
|
-decimal -9223372036854775808.00
|
+decimal -854775808.00
|
#### [ on slave ]
|
SELECT * FROM t1;
|
tinyint -128
|
@@ -143,7 +143,7 @@
|
double -9.223372036854776e18
|
float -9.22337e18
|
real -9223372036854776000.00
|
-decimal -9223372036854775808.00
|
+decimal -854775808.00
|
#########################################
|
## assertion: master and slave tables are in sync
|
include/diff_tables.inc [master:t1,slave:t1]
|
@@ -179,7 +179,7 @@
|
double -9.223372036854776e18
|
float -9.22337e18
|
real -9223372036854776000.00
|
-decimal -9223372036854775808.00
|
+decimal -854775808.00
|
#### [ on slave ]
|
SELECT * FROM t1;
|
tinyint -128
|
@@ -195,7 +195,7 @@
|
double -9.223372036854776e18
|
float -9.22337e18
|
real -9223372036854776000.00
|
-decimal -9223372036854775808.00
|
+decimal -854775808.00
|
#########################################
|
## assertion: master and slave tables are in sync
|
include/diff_tables.inc [master:t1,slave:t1]
|
|
mysqltest: Result length mismatch
|
and more.
Attachments
Issue Links
- blocks
-
MDEV-7069 Fix buildbot failures in main server trees
- Stalled