]> git.ipfire.org Git - thirdparty/kea.git/commit
[3967] Added MySQL schema upgrade from 3.0 to 4.0 support
authorThomas Markwalder <tmark@isc.org>
Thu, 1 Oct 2015 19:38:09 +0000 (15:38 -0400)
committerThomas Markwalder <tmark@isc.org>
Thu, 1 Oct 2015 19:38:09 +0000 (15:38 -0400)
commitbcf547a6ca8a2e7f265a848fc428ab3ff8e72dd9
treed34429eaa8be9ca409181ec96e4a8c69ea5d35df
parentad50f527f7d08b62cc80349d85a15553a0596080
[3967] Added MySQL schema upgrade from 3.0 to 4.0 support

src/bin/admin/scripts/mysql/upgrade_3.0_to_4.0.sh.in
    New script file for upgrading from Schema 3.0 to 4.0

configure.ac
    Added an entry for new MySQL uppgrade script, upgrade_3.0_to_4.0.sh.in

src/bin/admin/scripts/mysql/Makefile.am
    Added entries for upgrade_3.0_to_4.0.sh.
    Reformatted list style to make adding entries a bit more convenient.

src/bin/admin/tests/mysql_tests.sh.in
    mysql_upgrade_test() - extended the test to verify the upgrade step
    from 3.0 to 4.0.
configure.ac
src/bin/admin/scripts/mysql/Makefile.am
src/bin/admin/scripts/mysql/upgrade_3.0_to_4.0.sh.in [new file with mode: 0755]
src/bin/admin/tests/mysql_tests.sh.in