lukefitzwolfgang / icatproject

Automatically exported from code.google.com/p/icatproject
0 stars 0 forks source link

Test that the database meets the requirements for ICAT #93

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
There should be a test which verifies that the database for ICAT meets its 
requirements.  For example, it is possible to deploy on Mysql with the MyIsam 
engine.  This appears to work at installation time, but gives difficulties 
later.  We should include tests which can be run at installation time to 
provide an alert.

Original issue reported on code.google.com by crcami...@gmail.com on 17 Dec 2012 at 11:39

GoogleCodeExporter commented 9 years ago

Original comment by dr.s.m.f...@gmail.com on 11 Apr 2013 at 4:08

GoogleCodeExporter commented 9 years ago
Currently it only affects MySQL as far as I know where tables may be created 
with the wrong engine. If such a test were written it would be a standalone 
script that would check that all the ICAT tables are InnoDB. Would this be OK?

Original comment by dr.s.m.f...@gmail.com on 9 Apr 2014 at 8:37