Bug #16540 Access violation in module MySQLAdministrator.exe
Submitted: 16 Jan 2006 16:40 Modified: 16 Jan 2006 17:14
Reporter: [ name withheld ] Email Updates:
Status: Can't repeat Impact on me:
None 
Category:MySQL Administrator Severity:S3 (Non-critical)
Version:1.1.7 OS:Windows (Windows XP Pro SP1)
Assigned to: MySQL Verification Team CPU Architecture:Any

[16 Jan 2006 16:40] [ name withheld ]
Description:
I'm running MySQL Server 5.0.18, installed in "D:\MySQL\MySQL Server 5.0" and listening on localhost, port 3306. Default engine InnoDB.
With MySQL Administrator, connected as root@localhost, when I try to create a new table with an auto_increment column I get the following error, clicking on "apply changes":
"Access violation at address 0054FB09 in module MySQLAdministrator.exe. Write of address 0000002C".
If I previously create a table with an auto_increment field by command line, then I can toggle the flag "auto_increment" in MySQL Administrator without errors.

How to repeat:
With MySQL Administrator create a new schema, create a new table with a column type INT(5) i.e. and select primary key and auto_increment options. Click on "apply changes". I can choose or not other options, but I only get the error above setting auto_increment flag.
[16 Jan 2006 17:14] MySQL Verification Team
I was unable to repeat the behavior reported. Below the server log when
creating the table with MySQL Administrator:

060116 15:09:50	      1 Query       CREATE TABLE `db7`.`tb7` (
  `col1` INTEGER(5) NOT NULL AUTO_INCREMENT,
  `col2` VARCHAR(45) NOT NULL DEFAULT '',
  PRIMARY KEY(`col1`)
)
ENGINE = InnoDB
[29 Mar 2006 20:50] [ name withheld ]
I get exactly the same error message doing exactly the same thing.  I'm running MySQL Server 5.0.18 on Windows Server 2003.