]> git.koha-community.org Git - koha.git/commit
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)
committerJared Camins-Esakov <jcamins@cpbibliography.com>
Fri, 13 Jul 2012 13:13:57 +0000 (09:13 -0400)
commit645783c253cc31d308802847a79b8811c4022236
tree423283bdc6e9b348d7633dfd9c4ecd51a0e57d38
parentbda0612fcc71c39b9512bcbb10188cfd9ad64a28
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>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
(cherry picked from commit 4cb0aa5d30dd044f50b9caacb59cd7bf39226070)
installer/data/mysql/update22to30.pl