We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02c25f8 commit 644bbd6Copy full SHA for 644bbd6
mysql-test/r/create_not_windows.result
@@ -7,8 +7,8 @@ primary key (_id)
7
show create table `about:text`;
8
Table Create Table
9
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`)
+ `_id` int(11) NOT NULL AUTO_INCREMENT,
+ `about:text` varchar(255) NOT NULL DEFAULT '',
+ PRIMARY KEY (`_id`)
13
) ENGINE=MyISAM DEFAULT CHARSET=latin1
14
drop table `about:text`;
0 commit comments