revision-id: e16f905fd7cb67e2ad82dd46c0a9895e70d86403 (10.5.8-5ES-6-ge16f905) parent(s): e5d45a713d7369ad1091948d7b8fe3c854f94b6f author: Sergei Petrunia committer: Sergei Petrunia timestamp: 2021-07-07 15:19:04 +0300 message: Update Xpand Plugin vesion to 6.0.1 --- ha_xpand.cc | 4 ++-- mysql-test/xpand/xpand_plugin.result | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ha_xpand.cc b/ha_xpand.cc index e5f088a..354e694 100644 --- a/ha_xpand.cc +++ b/ha_xpand.cc @@ -2315,10 +2315,10 @@ maria_declare_plugin(xpand) { PLUGIN_LICENSE_GPL, /* Plugin Licence */ xpand_init, /* Plugin Entry Point */ xpand_deinit, /* Plugin Deinitializer */ - 0x0503, /* Hex Version Number (9.3) */ + 0x0600, /* Hex Version Number (9.3) */ xpand_status_vars, /* Status Variables */ xpand_system_variables, /* System Variables */ - "5.3.16", /* String Version */ + "6.0.1", /* String Version */ MariaDB_PLUGIN_MATURITY_STABLE /* Maturity Level */ } maria_declare_plugin_end; diff --git a/mysql-test/xpand/xpand_plugin.result b/mysql-test/xpand/xpand_plugin.result index 9862c4c..018d7ff 100644 --- a/mysql-test/xpand/xpand_plugin.result +++ b/mysql-test/xpand/xpand_plugin.result @@ -6,8 +6,8 @@ from information_schema.plugins WHERE PLUGIN_NAME='XPAND'; PLUGIN_NAME XPAND PLUGIN_MATURITY Stable -PLUGIN_VERSION 5.3 -PLUGIN_AUTH_VERSION 5.3.16 +PLUGIN_VERSION 6.0 +PLUGIN_AUTH_VERSION 6.0.1 # # Xpand supports a replication mode where both master and slave MariaDB # are connected to the same Clustrix instance. But it must NOT be