mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 02:51:44 +01:00
post-merge fix
This commit is contained in:
parent
2d3dd65cc1
commit
d5c1768139
1 changed files with 1 additions and 1 deletions
|
@ -1036,7 +1036,7 @@ void Item_param::set_time(TIME *tm, timestamp_type type, uint32 max_length_arg)
|
|||
{
|
||||
char buff[MAX_DATE_STRING_REP_LENGTH];
|
||||
uint length= my_TIME_to_str(&value.time, buff);
|
||||
make_truncated_value_warning(current_thd, buff, length, type);
|
||||
make_truncated_value_warning(current_thd, buff, length, type, 0);
|
||||
set_zero_time(&value.time, MYSQL_TIMESTAMP_ERROR);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue