Comment 5 for bug 1180243

Revision history for this message
Hermann Klocker (hermann-klocker) wrote :

I dug into it a little bit and found a hint why testing for Innodb did not success on my system: the test did in lib/upgrade.php

$result = $db->Execute("SHOW VARIABLES LIKE 'have_innodb'");

gives no result on my server (tested it with my account for mahara and the root account), I will attach all variables containig 'innodb' to this message (produced with /usr/local/mysql/bin/mysqladmin variables | grep innodb).

So I think one has to think over testing for innodb because I am pretty sure I enabled it on my system.