Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Duplicate
-
1.2
-
None
-
FreeBSD, MySQL 5, Tomcat 5 Java 5
Description
Have an issue related to bad statements in the createdb.sql fro MySQL:
create table pingtarget:
condition integer default 0 not null, – condition code
– "condition" appears to be a reserved word.
Fix/Workaround:
surrounding the column name in backticks seems to work.
`condition` integer default 0 not null, – condition code