Bug #15711 | Create new table failed when engine & comment is specified. | ||
---|---|---|---|
Submitted: | 13 Dec 2005 13:50 | Modified: | 14 Dec 2005 11:08 |
Reporter: | Az Erty | Email Updates: | |
Status: | Can't repeat | Impact on me: | |
Category: | MySQL Query Browser | Severity: | S3 (Non-critical) |
Version: | 1.1.17 | OS: | Windows (WinXP SP2) |
Assigned to: | Aleksey Kishkin | CPU Architecture: | Any |
[13 Dec 2005 13:50]
Az Erty
[14 Dec 2005 11:08]
Aleksey Kishkin
Actually there is no need comma after myisam. I tested your example, got CREATE TABLE `test`.`tbl` ( `pkey` INT(8) UNSIGNED NOT NULL DEFAULT 0, `afield` VARCHAR(45) NOT NULL DEFAULT '', PRIMARY KEY(`pkey`), INDEX `Index_2`(`afield`) ) ENGINE = MYISAM COMMENT = 'some comment'; And it worked fine (without any errors or warnings) on my computer.