1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-04 17:23:46 +03:00
Files
mariadb/mysql-test/suite/innodb/r
Marko Mäkelä 7591a24fa6 MDEV-20531: innodb.temporary_table_optimisation fails
Try to use more deterministic floating-point operations.
Apparently, 2.2 > 2.2 wrongly holds on many platforms, but
not ppc64le on the compiler used on Red Had Enterprise Linux 8.
The reason could be an infinite binary presentation:
2.2 = 0b10.001100110011…

With t1_f = 2.5 = 0b10.1, t1_f > 2.5 would no longer hold on AMD64.
Let us replace the 2.2 with 2.5 and compare t1_f >= 2.5 in order to
get more consistent results across all platforms.
2019-09-09 13:06:33 +03:00
..
2014-08-02 21:26:16 +02:00
2019-07-18 18:01:04 +03:00
2019-07-22 15:28:05 +03:00
2017-02-10 06:30:42 -05:00
2011-07-02 22:08:51 +02:00
2017-02-10 06:30:42 -05:00
2017-04-06 09:52:25 +03:00
2017-10-25 17:17:21 +03:00
2018-12-29 11:05:26 +02:00
2018-06-06 11:25:33 +03:00
2016-12-30 13:48:22 +02:00
2017-02-10 06:30:42 -05:00
2018-02-08 13:53:21 +02:00
2017-02-10 06:30:42 -05:00
2019-07-18 18:01:04 +03:00
2019-05-04 17:04:55 +02:00