mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 21:12:26 +01:00
Bug #31253: crash comparing datetime to double
after-merge fixies mysql-test/r/type_datetime.result: adjust to 5.1 warning message
This commit is contained in:
parent
3e1da1ae88
commit
c859efcc2f
1 changed files with 1 additions and 1 deletions
|
@ -434,7 +434,7 @@ select * from t1 where (convert(f1,datetime)) != 1;
|
|||
f1
|
||||
15:44:44
|
||||
Warnings:
|
||||
Warning 1292 Truncated incorrect datetime value: '0000-00-00 45:44:44'
|
||||
Warning 1292 Incorrect datetime value: '0000-00-00 45:44:44'
|
||||
drop table t1;
|
||||
set @org_mode=@@sql_mode;
|
||||
create table t1 (da date default '1962-03-03 23:33:34', dt datetime default '1962-03-03');
|
||||
|
|
Loading…
Reference in a new issue