This is going to be complicated in general. I really don't know the full implications of not using INNODB, for sure it will be slower and some internal database restrictions will not be imposed (not really a problem).
In the case of the unique key that is giving you a problem in cbupdater you can just eliminate that key, it will simply be slower but cbupdater doesn't really have a lot of records so you should be ok.
The conflicting key is: UNIQUE KEY `findupdate` (`filename`,`classname`)
In the case of the unique key that is giving you a problem in cbupdater you can just eliminate that key, it will simply be slower but cbupdater doesn't really have a lot of records so you should be ok.
The conflicting key is: UNIQUE KEY `findupdate` (`filename`,`classname`)
Joe
TSolucio
TSolucio