Ticket #101 (closed defect: fixed)
maia-mysql.sql does not work with MySql 4.1.xx
| Reported by: | aarons at tdtech dot net | Owned by: | rjl |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | SQL scripts | Version: | 1.0.0 RC5 |
| Severity: | normal | Keywords: | sql script |
| Cc: |
Description
The table definitions in maia-mysql.sql contain default values in columns that use auto_increment. As of MySQL 4.1, this is no longer allowed. The default values must be removed from these columns to use the maia-mysql.sql file.
See http://dev.mysql.com/doc/mysql/en/CREATE_TABLE.html in the notes about auto_increment for more information.
Change History
Note: See
TracTickets for help on using
tickets.

