From: Marcin Siodelski Date: Wed, 25 May 2016 15:52:03 +0000 (+0200) Subject: [4281] Added scope_id to the MySQL tables holding options. X-Git-Tag: trac4106_update_base~7^2~3^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6efa4faf3a7801a16cd5d75cdb11bdb2393b8cf9;p=thirdparty%2Fkea.git [4281] Added scope_id to the MySQL tables holding options. --- diff --git a/src/bin/admin/tests/mysql_tests.sh.in b/src/bin/admin/tests/mysql_tests.sh.in index e6915d1e0b..7343914d39 100755 --- a/src/bin/admin/tests/mysql_tests.sh.in +++ b/src/bin/admin/tests/mysql_tests.sh.in @@ -165,6 +165,12 @@ EOF EOF ERRCODE=$? assert_eq 0 $ERRCODE "host_identifier_type table is missing or broken. (returned status code %d, expected %d)" + # Seventh table: dhcp_option_scope + mysql -u$db_user -p$db_password $db_name >/dev/null 2>&1 <