View Issue Details

IDProjectCategoryView StatusLast Update
0005450mantisbtsqlpublic2005-04-25 07:51
Reporterthraxisp Assigned Tothraxisp  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version1.0.0a1 
Fixed in Version1.0.0a2 
Summary0005450: db_generate.sql gives syntax errors
Description

Using mysql 3.23, the db_geberate script gives syntax errors on each database definition. The errors are

ERROR 1064: You have an error in your SQL syntax near 'ENGINE=MyISAM DEFAULT CHARSET=latin1

Fix is to replace ") ENGINE=MyISAM DEFAULT CHARSET=latin1;" with ") TYPE=MyISAM;".

TagsNo tags attached.

Relationships

has duplicate 0005454 closedgrangeway Sql is not compatible with mysql 3.23.58 

Activities

gtomlin

gtomlin

2005-04-18 11:10

reporter   ~0009834

I get a similar error with MySQL 4.0.20a-nt. For me it was not necessary to change "ENGINE=MyISAM" to "TYPE=MyISAM", but it was necessary to get rid of "DEFAULT CHARSET=latin1".

thraxisp

thraxisp

2005-04-19 07:33

reporter   ~0009838

Fixed in CVS

sql/db_generate.sql -> 1.26