diff options
author | Sergei Golubchik <sergii@pisem.net> | 2010-11-05 12:11:29 +0100 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2010-11-05 12:11:29 +0100 |
commit | 2ab57de38d13d927ddff2d51aed4af34e13998f5 (patch) | |
tree | 96739dae5394ac4bd3a5cf37e92e373268d669a8 | |
parent | bc2e383e4a0dbc1949d5b65102e843c01237e23c (diff) | |
download | mariadb-git-2ab57de38d13d927ddff2d51aed4af34e13998f5.tar.gz |
test result updated to match [incorrect] mysql result.
mysql bug#58011
-rw-r--r-- | mysql-test/suite/innodb/r/innodb_mysql.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/suite/innodb/r/innodb_mysql.result b/mysql-test/suite/innodb/r/innodb_mysql.result index 0827ac9ca4b..6224d46180c 100644 --- a/mysql-test/suite/innodb/r/innodb_mysql.result +++ b/mysql-test/suite/innodb/r/innodb_mysql.result @@ -2558,7 +2558,7 @@ INSERT INTO t1 VALUES (0); SET SQL_MODE='STRICT_ALL_TABLES'; CREATE TABLE t2 SELECT LEAST((SELECT '' FROM t1),NOW()) FROM `t1`; -ERROR 22007: Incorrect datetime value: '' for column 'NOW()' at row 1 +ERROR 22007: Incorrect datetime value: '' for column 'NOW()' at row 2 DROP TABLE t1; SET SQL_MODE=DEFAULT; # |