From 0e3f46bcb7d5c29f4dc38cfcefe7d8d8ecd4fc9a Mon Sep 17 00:00:00 2001
From: unknown <msvensson@neptunus.(none)>
Date: Wed, 14 Jun 2006 10:23:08 +0200
Subject: [PATCH] Update test result to 5.1 format

mysql-test/r/create_not_windows.result:
  Update test result to use uppercase for keywords
---
 mysql-test/r/create_not_windows.result | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/mysql-test/r/create_not_windows.result b/mysql-test/r/create_not_windows.result
index b975c98c2b1..2d7fd30dfdd 100644
--- a/mysql-test/r/create_not_windows.result
+++ b/mysql-test/r/create_not_windows.result
@@ -7,8 +7,8 @@ primary key (_id)
 show create table `about:text`;
 Table	Create Table
 about:text	CREATE TABLE `about:text` (
-  `_id` int(11) NOT NULL auto_increment,
-  `about:text` varchar(255) NOT NULL default '',
-  PRIMARY KEY  (`_id`)
+  `_id` int(11) NOT NULL AUTO_INCREMENT,
+  `about:text` varchar(255) NOT NULL DEFAULT '',
+  PRIMARY KEY (`_id`)
 ) ENGINE=MyISAM DEFAULT CHARSET=latin1
 drop table `about:text`;
-- 
2.30.9