From 0197ee1d719fcab4e75d2bd929c8656699ce5a42 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 23 May 2007 15:49:17 +0500 Subject: [PATCH] after-merge fix: adjusted test results. --- mysql-test/r/ps.result | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysql-test/r/ps.result b/mysql-test/r/ps.result index 45cdc6a2101..371023200d9 100644 --- a/mysql-test/r/ps.result +++ b/mysql-test/r/ps.result @@ -1566,7 +1566,7 @@ execute stmt using @a; show create table t1; Table Create Table t1 CREATE TABLE `t1` ( - `?` decimal(2,1) default NULL + `?` decimal(2,1) DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=latin1 drop table t1; End of 5.0 tests.