Commit 2252f6a7 authored by unknown's avatar unknown
Browse files

Update test result to 5.1 format


mysql-test/r/create_not_windows.result:
  Update test result to use uppercase for keywords
parent 2ecd916d
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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 '',
  `_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`;