From f451fd8c06a02b6d710fcaeb3298212732f1dc5c Mon Sep 17 00:00:00 2001 From: Monty Date: Tue, 28 Aug 2018 09:40:30 +0300 Subject: [PATCH] Updated company name in Aria plugin definition --- storage/maria/ha_maria.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storage/maria/ha_maria.cc b/storage/maria/ha_maria.cc index e91074d176a..e9e65f42905 100644 --- a/storage/maria/ha_maria.cc +++ b/storage/maria/ha_maria.cc @@ -4007,7 +4007,7 @@ maria_declare_plugin(aria) MYSQL_STORAGE_ENGINE_PLUGIN, &maria_storage_engine, "Aria", - "Monty Program Ab", + "MariaDB Corporation Ab", "Crash-safe tables with MyISAM heritage. Used for internal temporary tables and privilege tables", PLUGIN_LICENSE_GPL, ha_maria_init, /* Plugin Init */