Bug #10764 Tables are generated with deprecated type syntax
Submitted: 20 May 2005 12:16 Modified: 1 Jun 2005 20:36
Reporter: [ name withheld ] (Basic Quality Contributor) Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Query Browser Severity:S3 (Non-critical)
Version:1.1.9 OS:Windows (Windows 2000 sp4)
Assigned to: CPU Architecture:Any

[20 May 2005 12:16] [ name withheld ]
Description:
When creating a new table the tool generates a script ending with table handler type like:

TYPE = MyISAM;

Which prompts recent servers to return a warning about deprecated syntax (the table is generated anyway

How to repeat:
Create a table

Suggested fix:
Change the syntax to ENGINE= ....
[20 May 2005 15:03] MySQL Verification Team
Thank you for the bug report.
[1 Jun 2005 20:36] Michael G. Zinner
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 bugfix, yourself. More information 
about accessing the source trees is available at
    http://www.mysql.com/doc/en/Installing_source_tree.html