diff options
author | Vinay Fisrekar <vinay.fisrekar@sun.com> | 2011-03-01 21:33:00 +0530 |
---|---|---|
committer | Vinay Fisrekar <vinay.fisrekar@sun.com> | 2011-03-01 21:33:00 +0530 |
commit | 1ae395d84332203aef4a04cdb820d7c9cfb7be5a (patch) | |
tree | 8f15bee7d94653804be5cccdda4ae285d23cbdc1 /mysql-test/suite/engines | |
parent | e7ff0df0ead26a9bb2ee2cb48370605dcbe5f6e1 (diff) | |
parent | c9e9dede763b12dfbab64b31338f9be1026077dc (diff) | |
download | mariadb-git-1ae395d84332203aef4a04cdb820d7c9cfb7be5a.tar.gz |
merge from mysql-5.1 -> mysql-5.5
Diffstat (limited to 'mysql-test/suite/engines')
-rw-r--r-- | mysql-test/suite/engines/iuds/r/insert_year.result | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/suite/engines/iuds/r/insert_year.result b/mysql-test/suite/engines/iuds/r/insert_year.result index 69d1139c037..386c8090434 100644 --- a/mysql-test/suite/engines/iuds/r/insert_year.result +++ b/mysql-test/suite/engines/iuds/r/insert_year.result @@ -2431,7 +2431,7 @@ c1 c2 c3 c4 2155 2155 1998-12-26 1998-12-26 11:30:45 SELECT count(*) as total_rows, min(c2) as min_value, max(c2) FROM t3; total_rows min_value max(c2) -21 1901 2155 +21 0 2155 SELECT * FROM t3 WHERE c3 = '1998-12-11'; c1 c2 c3 c4 1990 1990 1998-12-11 1998-12-11 11:30:45 @@ -2838,7 +2838,7 @@ c1 c2 c3 c4 2155 2155 1998-12-26 1998-12-26 11:30:45 SELECT count(*) as total_rows, min(c2) as min_value, max(c2) FROM t3; total_rows min_value max(c2) -21 1901 2155 +21 0 2155 SELECT * FROM t3 WHERE c3 = '1998-12-11'; c1 c2 c3 c4 1990 1990 1998-12-11 1998-12-11 11:30:45 |