summaryrefslogtreecommitdiff
path: root/mysql-test/r
diff options
context:
space:
mode:
authorunknown <jimw@mysql.com>2005-07-19 19:59:36 -0700
committerunknown <jimw@mysql.com>2005-07-19 19:59:36 -0700
commitf03607ea9e72f726ce11b60826bbf30ebabc2806 (patch)
tree835e7ff569ef4e6fe84de28b15b8013a4147c89e /mysql-test/r
parentfd8952b0f32bf0174a880d64a646e5d047bab6a7 (diff)
downloadmariadb-git-f03607ea9e72f726ce11b60826bbf30ebabc2806.tar.gz
Clean up after merge of bug fixes
mysql-test/r/strict.result: Fix results file
Diffstat (limited to 'mysql-test/r')
-rw-r--r--mysql-test/r/strict.result2
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/r/strict.result b/mysql-test/r/strict.result
index 8d167b348ea..49f118b1d96 100644
--- a/mysql-test/r/strict.result
+++ b/mysql-test/r/strict.result
@@ -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