1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

MDEV-18876 Assertion `is_valid_time_slow()' failed in Time::valid_MYSQL_TIME_to_valid_value

This commit is contained in:
Alexander Barkov
2019-03-13 09:31:35 +04:00
parent 62bfb2fe49
commit 7b33a6a1ea
6 changed files with 68 additions and 7 deletions

View File

@@ -55,6 +55,12 @@ select * from t1;
delete from t1 where a < 20110101;
select * from t1;
if ($type == time)
{
delete from t1 where a is not null;
select * from t1;
}
#
# create ... select
#