Commit 0e3f46bc authored by unknown's avatar unknown

Update test result to 5.1 format


mysql-test/r/create_not_windows.result:
  Update test result to use uppercase for keywords
parent 61abd6e8
...@@ -7,8 +7,8 @@ primary key (_id) ...@@ -7,8 +7,8 @@ primary key (_id)
show create table `about:text`; show create table `about:text`;
Table Create Table Table Create Table
about:text CREATE TABLE `about:text` ( about:text CREATE TABLE `about:text` (
`_id` int(11) NOT NULL auto_increment, `_id` int(11) NOT NULL AUTO_INCREMENT,
`about:text` varchar(255) NOT NULL default '', `about:text` varchar(255) NOT NULL DEFAULT '',
PRIMARY KEY (`_id`) PRIMARY KEY (`_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 ) ENGINE=MyISAM DEFAULT CHARSET=latin1
drop table `about:text`; drop table `about:text`;
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment