Re: [cowiki-dev] Releasing coWiki with the "working" parser

"Daniel T. Gorski" <[email protected]> Wed, 13 Jul 2005 17:45:20 +0200
Newsgroups gmane.comp.php.cowiki.devel
Message-ID <20050713154520.GU13654@bantha>
On 13 Jul 08:01, Paul Hanchett wrote:

> Apparently Daniel is checking to see if the database supports InnoDB, 
> and if it doesn't the install fails and you can't get any further.  :-(  

Using a non-transactional persistence engine like MyISAM with coWiki (or
better any software) is negligent, thats all.

The installer process fails (or better: stops with a qualified message) to
avoid any "wrong security feeling" for the user.

We decided to support MySQL >= 4.0 which supports InnoDB without problems
and I don't really see where the problems are now. Maybe it would be better
to concentrate on other important issues. This one is solved IMO.

regards dtg