In the meanwhile if you use that machine only Rivendell you can edit
"my.cnf" file after you install MySQL with the following
default_storage_engine=MYISAM;


2014-09-30 11:31 GMT+02:00 Hoggins! <fucks...@wheres5.com>:
> Aaah thanks !
>
> What would we need to ask for such a modification ? Push a new issue to
> GitHub ?
>
> Hoggins!
>
>
> Le 29/09/2014 21:42, Karl Koscher a écrit :
>> IIRC, some of the schemas are incompatible with InnoDB. In particular,
>> the SERVICES table has a 64-character clock name for each hour of the
>> week, which puts the row size over the InnoDB limit (as described
>> here: http://dev.mysql.com/doc/refman/5.0/en/innodb-restrictions.html). If
>> this was moved to a separate table with (service, hour, clock id)
>> tuples, it should work just fine.
>>
>>
>>
>> On Mon, Sep 29, 2014 at 12:29 PM, Hoggins! <fucks...@wheres5.com
>> <mailto:fucks...@wheres5.com>> wrote:
>>
>>     Hello list,
>>
>>     In a near future, we plan to have master-master replication on MySQL,
>>     using Galera for MariaDB. It works really well.
>>     But the system *demands* that all tables are InnoDB, and not MyISAM.
>>
>>     Can someone explain why the InnoDB format is not supported by all the
>>     features of Rivendell (AFAIK RDLogManager with clocks, and some
>>     voicetracking), and if it is planned to accept also the InnoDB
>>     format in
>>     the future ?
>>
>>     Thank you for your answers.
>>
>>         Hoggins!
>>
>>
>>     _______________________________________________
>>     Rivendell-dev mailing list
>>     Rivendell-dev@lists.rivendellaudio.org
>>     <mailto:Rivendell-dev@lists.rivendellaudio.org>
>>     http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev
>>
>>
>
>
>
> _______________________________________________
> Rivendell-dev mailing list
> Rivendell-dev@lists.rivendellaudio.org
> http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev
>
_______________________________________________
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev

Reply via email to