Bug #18358 | Imposible to create MyIsam table | ||
---|---|---|---|
Submitted: | 20 Mar 2006 16:23 | Modified: | 15 Sep 2006 6:42 |
Reporter: | Michal Aichinger | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Administrator | Severity: | S3 (Non-critical) |
Version: | up to 1.1.9 | OS: | Windows (Windows XP) |
Assigned to: | Mike Lischke | CPU Architecture: | Any |
[20 Mar 2006 16:23]
Michal Aichinger
[21 Mar 2006 14:59]
MySQL Verification Team
Thank you for the bug report. I was able to create an MyISAM table with MySQL Administrator against server 4.0.26. Below I show you using the mysql client what was the create table statement performed by MA: c:\mysql\bin>mysql -uroot test Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 9 to server version: 4.0.26-nt Type 'help;' or '\h' for help. Type '\c' to clear the buffer. mysql> show create table tb_myisam\G *************************** 1. row *************************** Table: tb_myisam Create Table: CREATE TABLE `tb_myisam` ( `col1` int(10) unsigned NOT NULL auto_increment, PRIMARY KEY (`col1`) ) TYPE=MyISAM 1 row in set (0.02 sec) mysql>
[23 Mar 2006 17:49]
Michal Aichinger
So I tried it once again on two computers (XP, W2K) with local and remote databases in 4.x, 5.x versions. I was connected as root. I select schema and click Create Table. Input table name and some columns. Then on Table Option tab I check first option. Then after Apply Changes I got this error: MySQL Error Number 1064 You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'ENGINE = MYISAM' at line 5
[13 Sep 2006 18:46]
Sveta Smirnova
Thank you for the report. Verified as described in MySQL Administrator 1.2.3 rc. Bug is only repeatable when connect to remote database. There is duplicate bug #22304
[15 Sep 2006 6:42]
Mike Lischke
Thank you for your bug report. This issue has been committed to our source repository of that product and will be incorporated into the next release. If necessary, you can access the source repository and build the latest available version, including the bug fix. More information about accessing the source trees is available at http://dev.mysql.com/doc/en/installing-source.html