diff options
author | Sergey Glukhov <sergey.glukhov@oracle.com> | 2011-03-28 12:03:53 +0400 |
---|---|---|
committer | Sergey Glukhov <sergey.glukhov@oracle.com> | 2011-03-28 12:03:53 +0400 |
commit | 315ce7bf4fb0fc1834476d89fd999c6315df0864 (patch) | |
tree | 2f1fec80b8ea0c0e3d2211a995c5b85c7121a190 /mysql-test/t/func_time.test | |
parent | ca5fa25bc105902c4b8e930e70245f184cd05f5d (diff) | |
parent | e9935c6363b9fb1f132c4ca43dd38fddd61ebc10 (diff) | |
download | mariadb-git-315ce7bf4fb0fc1834476d89fd999c6315df0864.tar.gz |
5.1->5.5 merge
Diffstat (limited to 'mysql-test/t/func_time.test')
-rw-r--r-- | mysql-test/t/func_time.test | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mysql-test/t/func_time.test b/mysql-test/t/func_time.test index 9488ad4265d..9368c620220 100644 --- a/mysql-test/t/func_time.test +++ b/mysql-test/t/func_time.test @@ -862,6 +862,12 @@ INSERT INTO t1 VALUES (''),(''); SELECT COUNT(*) FROM t1 GROUP BY TIME_TO_SEC(a); DROP TABLE t1; +--echo # +--echo # Bug#11766112 59151:UNINITIALIZED VALUES IN EXTRACT_DATE_TIME WITH STR_TO_DATE(SPACE(..) ... +--echo # + +SELECT STR_TO_DATE(SPACE(2),'1'); + --echo End of 5.1 tests --echo # |