From 7a3c7a7f7c89031be489524715666bf232ef0c5c Mon Sep 17 00:00:00 2001
From: unknown <jimw@mysql.com>
Date: Fri, 4 Feb 2005 12:59:02 -0800
Subject: [PATCH] Update test results

mysql-test/r/func_group.result:
  Update results
---
 mysql-test/r/func_group.result | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/mysql-test/r/func_group.result b/mysql-test/r/func_group.result
index 706bf4c5c6b..fdadd378ceb 100644
--- a/mysql-test/r/func_group.result
+++ b/mysql-test/r/func_group.result
@@ -742,10 +742,10 @@ insert into t1 values (now());
 create table t2 select f2 from (select max(now()) f2 from t1) a;
 show columns from t2;
 Field	Type	Null	Key	Default	Extra
-f2	datetime			0000-00-00 00:00:00	
+f2	datetime	NO		0000-00-00 00:00:00	
 drop table t2;
 create table t2 select f2 from (select now() f2 from t1) a;
 show columns from t2;
 Field	Type	Null	Key	Default	Extra
-f2	datetime			0000-00-00 00:00:00	
+f2	datetime	NO		0000-00-00 00:00:00	
 drop table t2, t1;
-- 
2.30.9