mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 02:05:57 +01:00
Clean up after merge of bug fixes
mysql-test/r/strict.result: Fix results file
This commit is contained in:
parent
fd8952b0f3
commit
f03607ea9e
1 changed files with 2 additions and 0 deletions
|
@ -1244,6 +1244,8 @@ t1 CREATE TABLE `t1` (
|
|||
`a` bigint(20) unsigned NOT NULL,
|
||||
`b` date NOT NULL
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=latin1
|
||||
drop table t1;
|
||||
set @@sql_mode='traditional';
|
||||
create table t1 (d date);
|
||||
insert into t1 values ('2000-10-00');
|
||||
ERROR 22007: Incorrect date value: '2000-10-00' for column 'd' at row 1
|
||||
|
|
Loading…
Add table
Reference in a new issue