From: Francis Dupont Date: Mon, 8 Jul 2019 18:22:43 +0000 (+0200) Subject: [716-mysql_cb-extend-the-backend-with-the-ability-to-associate-the-shared-networks... X-Git-Tag: Kea-1.6.0-beta2~86 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=326d0db94a7d331764c25181719b33f991aa6b3e;p=thirdparty%2Fkea.git [716-mysql_cb-extend-the-backend-with-the-ability-to-associate-the-shared-networks-with-the-server-tags] Removing DELETE_OPTION4_SERVER --- diff --git a/src/hooks/dhcp/mysql_cb/mysql_cb_dhcp4.cc b/src/hooks/dhcp/mysql_cb/mysql_cb_dhcp4.cc index 48f015fd1e..6b2f59358f 100644 --- a/src/hooks/dhcp/mysql_cb/mysql_cb_dhcp4.cc +++ b/src/hooks/dhcp/mysql_cb/mysql_cb_dhcp4.cc @@ -128,7 +128,6 @@ public: DELETE_OPTION4_SHARED_NETWORK, DELETE_OPTIONS4_SUBNET_ID, DELETE_OPTIONS4_SHARED_NETWORK, - DELETE_OPTION4_SERVER, DELETE_SERVER4, DELETE_ALL_SERVERS4, NUM_STATEMENTS @@ -2441,11 +2440,6 @@ TaggedStatementArray tagged_statements = { { MYSQL_DELETE_OPTION_NO_TAG(dhcp4, WHERE o.scope_id = 4 AND o.shared_network_name = ?) }, - // Delete associations of an option with the server. - { MySqlConfigBackendDHCPv4Impl::DELETE_OPTION4_SERVER, - MYSQL_DELETE_OPTION_SERVER(dhcp4) - }, - // Delete a server by tag. { MySqlConfigBackendDHCPv4Impl::DELETE_SERVER4, MYSQL_DELETE_SERVER(dhcp4)