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:
@@ -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
|
||||
#
|
||||
|
Reference in New Issue
Block a user