summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Markwalder <tmark@isc.org>2019-08-23 16:45:02 +0200
committerThomas Markwalder <tmark@isc.org>2019-08-26 15:39:05 +0200
commitde2c8708db7f201a1cdfc879db69b69abf49f2a3 (patch)
tree81123495e96f9c8f08960aa01a3038e1c1ebd17e
parent[#853, !26-p] Update schema scripts and tests (diff)
downloadkea-de2c8708db7f201a1cdfc879db69b69abf49f2a3.tar.xz
kea-de2c8708db7f201a1cdfc879db69b69abf49f2a3.zip
[#853, !26-p] Update MySQL CB SQL statements
src/hooks/dhcp/mysql_cb/mysql_query_macros_dhcp.h Changed column names to is_array
-rw-r--r--src/hooks/dhcp/mysql_cb/mysql_query_macros_dhcp.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/hooks/dhcp/mysql_cb/mysql_query_macros_dhcp.h b/src/hooks/dhcp/mysql_cb/mysql_query_macros_dhcp.h
index 4733561023..0122556371 100644
--- a/src/hooks/dhcp/mysql_cb/mysql_query_macros_dhcp.h
+++ b/src/hooks/dhcp/mysql_cb/mysql_query_macros_dhcp.h
@@ -540,7 +540,7 @@ namespace {
" d.space," \
" d.type," \
" d.modification_ts," \
- " d.array," \
+ " d.is_array," \
" d.encapsulate," \
" d.record_types," \
" d.user_context," \
@@ -697,7 +697,7 @@ namespace {
" space," \
" type," \
" modification_ts," \
- " array," \
+ " is_array," \
" encapsulate," \
" record_types," \
" user_context" \
@@ -783,7 +783,7 @@ namespace {
" d.space = ?," \
" d.type = ?," \
" d.modification_ts = ?," \
- " d.array = ?," \
+ " d.is_array = ?," \
" d.encapsulate = ?," \
" d.record_types = ?," \
" d.user_context = ? " \