summaryrefslogtreecommitdiff
path: root/sql/opt_range.h
diff options
context:
space:
mode:
authorAlexander Barkov <bar@mariadb.com>2019-10-08 08:05:21 +0400
committerAlexander Barkov <bar@mariadb.com>2019-10-08 23:42:02 +0400
commit6ea5c2b5b6725ba77e97c4c06d7501721c04a8d2 (patch)
treeec888cae7d358e5aba0eced7b0d0b8ad60d48e36 /sql/opt_range.h
parent89bd5623b00407c41cbaab26ab1ef234650f03c7 (diff)
downloadmariadb-git-6ea5c2b5b6725ba77e97c4c06d7501721c04a8d2.tar.gz
MDEV-274 The data type for IPv6/IPv4 addresses in MariaDB
Diffstat (limited to 'sql/opt_range.h')
-rw-r--r--sql/opt_range.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/opt_range.h b/sql/opt_range.h
index 73def7bde92..a504e35bf45 100644
--- a/sql/opt_range.h
+++ b/sql/opt_range.h
@@ -598,6 +598,7 @@ public:
SEL_ARG *clone_tree(RANGE_OPT_PARAM *param);
};
+extern MYSQL_PLUGIN_IMPORT SEL_ARG null_element;
class SEL_ARG_IMPOSSIBLE: public SEL_ARG
{