Details
Description
engines/iuds.update_delete_number 'innodb' w1 [ fail ]
|
Test ended at 2018-11-15 21:37:34
|
 |
CURRENT_TEST: engines/iuds.update_delete_number
|
--- /mnt/buildbot/build/mariadb-10.3.11/mysql-test/suite/engines/iuds/r/update_delete_number.result 2018-11-15 20:08:37.000000000 +0300
|
+++ /mnt/buildbot/build/mariadb-10.3.11/mysql-test/suite/engines/iuds/r/update_delete_number.reject 2018-11-16 05:37:33.741603173 +0300
|
@@ -3767,8 +3767,25 @@
|
-12 18446744073709551615 12
|
SELECT * FROM t2 WHERE c2 BETWEEN 0 AND 18446744073709551615 ORDER BY c2,c1;
|
c1 c2 c3
|
+-4 4 4
|
+-9 9 9
|
+0 255 13
|
+-9223372036854775808 18446744073709551615 12
|
+-12 18446744073709551615 12
|
+-11 18446744073709551615 11
|
+-8 18446744073709551615 8
|
+-7 18446744073709551615 7
|
+-6 18446744073709551615 6
|
+-5 18446744073709551615 5
|
+-3 18446744073709551615 3
|
+-2 18446744073709551615 2
|
+-1 18446744073709551615 1
|
+50 18446744073709551615 10
|
+9223372036854775807 18446744073709551615 14
|
SELECT * FROM t2 WHERE c2 BETWEEN 0 AND 18446744073709551615 ORDER BY c2,c1 DESC LIMIT 2;
|
c1 c2 c3
|
+-4 4 4
|
+-9 9 9
|
SELECT * FROM t2 WHERE c2 IN(0,18446744073709551615) ORDER BY c2,c1 DESC;
|
c1 c2 c3
|
9223372036854775807 18446744073709551615 14
|
I suppose it's related to MDEV-17724 bugfix and result files need to be updated, although I didn't look deep into the failures.
Attachments
Issue Links
- is caused by
-
MDEV-17724 Wrong result for BETWEEN 0 AND 18446744073709551615
- Closed