configure.ac
Added mysql/upgrade_x_00010_to_00011.sh.in
src/bin/admin/tests/mysql_tests.sh.in
mysql_upgrade_test() - added test of upgrade from 10 to 11.
src/lib/mysql/mysql_constants.h
Updated schema version
src/share/database/scripts/mysql/Makefile.am
Added upgrade_x_00010_to_00011.sh
src/share/database/scripts/mysql/dhcpdb_create.mysql
Added index replacements
src/share/database/scripts/mysql/upgrade_x_00010_to_00011.sh.in
New file, upgrades from 10 to 11.
Naming scheme changed to keep file order sane.
Extended database schema with new tables holding information about
configured client classes, ordering them, storing their dependencies and
associating them with the server tags. In addition, extended the tables
holding option definitions with an additional column class_id to optionally
associate an option definition with a class.
Introduced new host API function which allows for configuring selected
backends to accept non-unique IP reservations for multiple hosts. Support
for it was added in MySQL, Postgres and Kea config file. It is not
supported in Cassandra. New migrations for MySQL and Postgres have been
created.