summaryrefslogtreecommitdiff
path: root/mysql-test/r/func_time.result
diff options
context:
space:
mode:
authorramil/ram@mysql.com/myoffice.izhnet.ru <>2006-11-29 13:41:03 +0400
committerramil/ram@mysql.com/myoffice.izhnet.ru <>2006-11-29 13:41:03 +0400
commitb1664c220cc2d7bf92b28c76d832cc35f63155f2 (patch)
treede285bb64dc43d94e766f6ade674eb9180dd4d71 /mysql-test/r/func_time.result
parent3a5052894072105695b0e857c9a5078cfa93d632 (diff)
parentd39a01244191a16263c89267d7b810beaa2fc16e (diff)
downloadmariadb-git-b1664c220cc2d7bf92b28c76d832cc35f63155f2.tar.gz
Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-5.0-maint
into mysql.com:/usr/home/ram/work/bug22229/my50-bug22229
Diffstat (limited to 'mysql-test/r/func_time.result')
-rw-r--r--mysql-test/r/func_time.result3
1 files changed, 3 insertions, 0 deletions
diff --git a/mysql-test/r/func_time.result b/mysql-test/r/func_time.result
index 1e5c01be288..45c05f0b5b5 100644
--- a/mysql-test/r/func_time.result
+++ b/mysql-test/r/func_time.result
@@ -1204,3 +1204,6 @@ fmtddate field2
Sep-4 12:00AM abcd
DROP TABLE testBug8868;
SET NAMES DEFAULT;
+select str_to_date('10:00 PM', '%h:%i %p') + INTERVAL 10 MINUTE;
+str_to_date('10:00 PM', '%h:%i %p') + INTERVAL 10 MINUTE
+NULL