Bug #37950 Setup errors
Submitted: 7 Jul 2008 21:20 Modified: 9 Jul 2013 8:39
Reporter: Normando Hall Email Updates:
Status: Closed Impact on me:
None 
Category:Eventum Severity:S2 (Serious)
Version:cvs OS:Any
Assigned to: CPU Architecture:Any
Tags: install, mysql errors, setup

[7 Jul 2008 21:20] Normando Hall
Description:
When try to install the last revision from repository I have installation errors.
I have found the problem is schema.sql file

How to repeat:
Install from schema.sql 3603

http://svn.mysql.com/fisheye/changelog/eventum-gpl?cs=3603

Suggested fix:
Patch:

511c511
< CREATE TABLE eventum_user_alias (
---
> CREATE TABLE %TABLE_PREFIX%user_alias (
516c516
< );
---
> ) ENGINE = MYISAM DEFAULT CHARSET=utf8;
557c557
<   FULLTEXT KEY `ft_icf_value` (`icf_value`),
---
>   FULLTEXT KEY ft_icf_value (icf_value)
951,952c951,952
< DROP TABLE IF EXISTS `%TABLE_PREFIX%group`;
< CREATE TABLE `%TABLE_PREFIX%group` (
---
> DROP TABLE IF EXISTS %TABLE_PREFIX%group;
> CREATE TABLE %TABLE_PREFIX%group (
1039a1040
> DROP TABLE IF EXISTS %TABLE_PREFIX%version;
[8 Jul 2008 10:44] MySQL Verification Team
Thank you for the bug report.
[9 Jul 2013 8:39] Yngve Svendsen
Hi. Eventum is now a project independent of MySQL, and its new home (including bug tracking) is here: https://launchpad.net/eventum

I am closing this, and ask that the issue, if still relevant, be reported to the Launchpad bug tracker.