]> 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>
Sat, 11 Aug 2012 11:29:35 +0000 (07:29 -0400)
commit46d02f728a58109dec43fc8dae500201e0fc8fe5
treeec508828b23336d538bd084641bcf561f027d8b3
parentd1acd3894df6e8fd40b86c8499be439459cef328
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)

Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
installer/data/mysql/update22to30.pl