mariadb/sql-common
Sergei Golubchik cd7a2cc9ba 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-11-09 20:00:37 +01:00
..
client.c Merge branch '10.6' into 10.11 2025-01-30 11:55:13 +01:00
client_plugin.c perfschema memory related instrumentation changes 2020-03-10 19:24:22 +01:00
conf_to_src.c Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
errmsg.c MDEV-17812 Use MariaDB in error messages instead of MySQL 2020-04-08 06:09:42 +00:00
my_time.c MDEV-38006 Inconsistent behaviors when casting into time 2025-11-09 20:00:37 +01:00
my_user.c Merge 10.2 into 10.3 2019-05-14 17:18:46 +03:00
pack.c Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00