diff options
author | Sergey Glukhov <sergey.glukhov@oracle.com> | 2011-05-18 10:59:04 +0400 |
---|---|---|
committer | Sergey Glukhov <sergey.glukhov@oracle.com> | 2011-05-18 10:59:04 +0400 |
commit | a48bff1d90ca132afeed0eef4a24221070ee965a (patch) | |
tree | 2181c7af64b220c88221880c51a49088d7569976 /mysql-test/t/func_time.test | |
parent | b1ad5f2e04651be71dc6d835f8ab671a9183ed62 (diff) | |
parent | a7cd008e12875d21d37ae92ccbef50d87d4fbd35 (diff) | |
download | mariadb-git-a48bff1d90ca132afeed0eef4a24221070ee965a.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 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/mysql-test/t/func_time.test b/mysql-test/t/func_time.test index add741e12a7..86f465b3a6e 100644 --- a/mysql-test/t/func_time.test +++ b/mysql-test/t/func_time.test @@ -902,6 +902,13 @@ SELECT DATE_FORMAT('0000-00-11', '%W'); SELECT DATE_FORMAT('0000-00-11', '%a'); SELECT DATE_FORMAT('0000-00-11', '%w'); +--echo # +--echo # Bug#12403504 AFTER FIX FOR #11889186 : ASSERTION FAILED: DELSUM+(INT) Y/4-TEMP > 0 +--echo # + +SELECT MAKEDATE(11111111,1); +SELECT WEEK(DATE_ADD(FROM_DAYS(1),INTERVAL 1 MONTH), 1); + --echo End of 5.1 tests --echo # |