From e12d87e194e068ef5c2a3df730d376b5f7a2a34d Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 10 Aug 2006 14:50:54 +0500 Subject: bug #20910 (NOT NULL column reported as NULL in SHOW FIELDS) two test results changed after the patch mysql-test/r/grant.result: result fixed mysql-test/r/type_ranges.result: result fixed --- mysql-test/r/grant.result | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mysql-test/r/grant.result') diff --git a/mysql-test/r/grant.result b/mysql-test/r/grant.result index 3f3325354ee..955af24a2aa 100644 --- a/mysql-test/r/grant.result +++ b/mysql-test/r/grant.result @@ -525,7 +525,7 @@ Db char(64) NO PRI User char(16) NO PRI Table_name char(64) NO PRI Grantor char(77) NO MUL -Timestamp timestamp YES CURRENT_TIMESTAMP +Timestamp timestamp NO CURRENT_TIMESTAMP Table_priv set('Select','Insert','Update','Delete','Create','Drop','Grant','References','Index','Alter','Create View','Show view') NO Column_priv set('Select','Insert','Update','References') NO use test; -- cgit v1.2.1