mariadb/mysql-test/suite/gcol
Sergei Golubchik 6c1742659d MDEV-38006 Inconsistent behaviors when casting into time
number-to-time conversion was too eagerly capping the value.

A string "9000090" was invalid time, because of 90 seconds.
But number-to-time was capping first, validating later,
to 9000090->time worked. Let's fix it.

also, let's make invalid time values in a string field include
the field name in the warning message, just like invalid time
values in a numeric field do.
2025-12-03 18:30:23 +01:00
..
inc cleanup: select ... into tests 2025-07-17 09:18:18 +02:00
r MDEV-38006 Inconsistent behaviors when casting into time 2025-12-03 18:30:23 +01:00
t cleanup: select ... into tests 2025-07-17 09:18:18 +02:00
disabled.def Give a reason for disabling a test 2023-09-20 08:31:28 +03:00