mirror of
https://github.com/MariaDB/server.git
synced 2025-11-15 02:06:13 +01:00
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. |
||
|---|---|---|
| .. | ||
| client.c | ||
| client_plugin.c | ||
| conf_to_src.c | ||
| errmsg.c | ||
| my_time.c | ||
| my_user.c | ||
| pack.c | ||