Bug 8289 Upgrading from 2.2 does not work anymore
authorPaul Poulain <paul.poulain@biblibre.com>
Fri, 22 Jun 2012 09:10:18 +0000 (11:10 +0200)
committerPaul Poulain <paul.poulain@biblibre.com>
Mon, 25 Jun 2012 14:15:42 +0000 (16:15 +0200)
commit866fc7653ca09444a65e513e4aeb58cd2b275d7b
tree8c4af512c7636a5f6c0194f86d2aeadcb55e80ea
parent19d30206df473ff6d801f15063f6837225b004bf
Bug 8289 Upgrading from 2.2 does not work anymore

The updatedatabase22to30.pl script update the engine from MyISAM to InnoDB for most tables.

However, the TYPE=InnoDB was deprecated, and is not removed.
The correct syntax is now ENGINE=InnoDB

Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
installer/data/mysql/update22to30.pl