1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

MDEV-274 The data type for IPv6/IPv4 addresses in MariaDB

This commit is contained in:
Alexander Barkov
2019-10-08 08:05:21 +04:00
parent 89bd5623b0
commit 6ea5c2b5b6
27 changed files with 4448 additions and 10 deletions

View File

@ -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
{