summaryrefslogtreecommitdiff
path: root/plugin/type_inet/mysql-test/type_inet/type_inet4_plugin.test
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/type_inet/mysql-test/type_inet/type_inet4_plugin.test')
-rw-r--r--plugin/type_inet/mysql-test/type_inet/type_inet4_plugin.test27
1 files changed, 27 insertions, 0 deletions
diff --git a/plugin/type_inet/mysql-test/type_inet/type_inet4_plugin.test b/plugin/type_inet/mysql-test/type_inet/type_inet4_plugin.test
new file mode 100644
index 00000000000..20875fc916e
--- /dev/null
+++ b/plugin/type_inet/mysql-test/type_inet/type_inet4_plugin.test
@@ -0,0 +1,27 @@
+--echo #
+--echo # Start of 10.10 tests
+--echo #
+
+--echo #
+--echo # MDEV-23287 The INET4 data type
+--echo #
+
+--vertical_results
+SELECT
+ PLUGIN_NAME,
+ PLUGIN_VERSION,
+ PLUGIN_STATUS,
+ PLUGIN_TYPE,
+ PLUGIN_AUTHOR,
+ PLUGIN_DESCRIPTION,
+ PLUGIN_LICENSE,
+ PLUGIN_MATURITY,
+ PLUGIN_AUTH_VERSION
+FROM INFORMATION_SCHEMA.PLUGINS
+ WHERE PLUGIN_TYPE='DATA TYPE'
+ AND PLUGIN_NAME='inet4';
+--horizontal_results
+
+--echo #
+--echo # End of 10.10 tests
+--echo #