1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-25 17:25:02 +03:00
Files
mariadb/plugin
Monty 9d19b65269 MDEV-22243 type_test.type_test_double fails with 'NUMERIC_SCALE NULL'
There where several reasons why the test failed:
- Constructors for Field_double and Field_float changed an argument
  to the constructor instead of a the correct class variable.
- gcc 7.5.0 produced wrong code when inlining Field_double constructor
  into Field_test_double constructor.

Fixed by changing the correct class variable and make the constructors
not inline to go around the gcc bug.
2023-10-08 22:46:44 +03:00
..
2021-05-25 15:38:57 +03:00
2021-11-29 11:16:20 +02:00
2023-09-11 11:29:31 +03:00
2022-10-25 10:04:37 +03:00
2023-02-10 12:02:11 +02:00
2021-04-14 11:35:39 +03:00
2023-07-20 11:54:52 +02:00
2021-07-22 18:57:54 +03:00
2022-10-02 14:38:13 +02:00