diff options
author | monty@hundin.mysql.fi <> | 2002-03-06 18:36:31 +0200 |
---|---|---|
committer | monty@hundin.mysql.fi <> | 2002-03-06 18:36:31 +0200 |
commit | 668d09cc5c4e0c9e7c180f2dfb521244f325cf3f (patch) | |
tree | b15e545bf81d86ec528ceb737592fa34e6024c18 /mysql-test/r | |
parent | c1ab560c3dcc9b7060d90baffb4d6551203d2cc0 (diff) | |
download | mariadb-git-668d09cc5c4e0c9e7c180f2dfb521244f325cf3f.tar.gz |
Fixed bug in DATE_FORMAT when used with GROUP BY
Diffstat (limited to 'mysql-test/r')
-rw-r--r-- | mysql-test/r/type_date.result | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mysql-test/r/type_date.result b/mysql-test/r/type_date.result index 9aa6d6fb9b7..df8f0ee1814 100644 --- a/mysql-test/r/type_date.result +++ b/mysql-test/r/type_date.result @@ -18,3 +18,7 @@ s date_add(date,INTERVAL 1 DAY) date_add(date,INTERVAL 1 SECOND) 2000-08-11 2000-08-10 00:00:01 2000-08-12 2000-08-11 00:00:01 +DATE_FORMAT("2002-03-06 10:11:12", CONCAT('%a, %d %M %Y %H:%i:%s ' , t2.GMT)) +Wed, 06 March 2002 10:11:12 GMT-0800 +DATE_FORMAT("2002-03-06 10:11:12", CONCAT('%a, %d %M %Y %H:%i:%s ' , t2.GMT)) DATE_FORMAT("2002-03-06 10:11:12", CONCAT('%a, %d %M %Y %H:%i:%s ' , t2.GMT)) +Wed, 06 March 2002 10:11:12 GMT-0800 Wed, 06 March 2002 10:11:12 GMT-0800 |