Skip to content

Commit 644bbd6

Browse files
author
msvensson@neptunus.(none)
committed
Update test result to 5.1 format
1 parent 02c25f8 commit 644bbd6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mysql-test/r/create_not_windows.result

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ primary key (_id)
77
show create table `about:text`;
88
Table Create Table
99
about:text CREATE TABLE `about:text` (
10-
`_id` int(11) NOT NULL auto_increment,
11-
`about:text` varchar(255) NOT NULL default '',
12-
PRIMARY KEY (`_id`)
10+
`_id` int(11) NOT NULL AUTO_INCREMENT,
11+
`about:text` varchar(255) NOT NULL DEFAULT '',
12+
PRIMARY KEY (`_id`)
1313
) ENGINE=MyISAM DEFAULT CHARSET=latin1
1414
drop table `about:text`;

0 commit comments

Comments
 (0)