- disallow fallback on engines (thanks to Vincent and Jerome)
As ERP5 by default requires InnoDB storage. MySQL by default fallbacks to using different engine, like MyISAM, which only generates problems, when tables requested for InnoDB are silently created with MyISAM. Loud fail is really required in such case. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33796 20353a03-c40f-0410-a6d1-a30d3c3de9de
Showing
Please register or sign in to comment