summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarko Mäkelä <marko.makela@mariadb.com>2019-05-24 10:22:34 +0300
committerMarko Mäkelä <marko.makela@mariadb.com>2019-05-24 10:22:34 +0300
commitc8740407297f8bf0339b9e907adccdd43133b7c2 (patch)
tree4a82f86552a6ad7f234bd95cbd86865545f9b696
parentb90918dae33f8e3be4af2915984b5a4587e69f89 (diff)
downloadmariadb-git-c8740407297f8bf0339b9e907adccdd43133b7c2.tar.gz
Declare INFORMATION_SCHEMA.INNODB_SYS_VIRTUAL stable
The INFORMATION_SCHEMA plugin INNODB_SYS_VIRTUAL, which was introduced in MariaDB 10.2.2 along with the dictionary table SYS_VIRTUAL, is similar to other, much older and already stable plugins that provide access to InnoDB dictionary tables.
-rw-r--r--storage/innobase/handler/i_s.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/innobase/handler/i_s.cc b/storage/innobase/handler/i_s.cc
index 8eb6b1d3427..fae634630fd 100644
--- a/storage/innobase/handler/i_s.cc
+++ b/storage/innobase/handler/i_s.cc
@@ -7227,7 +7227,7 @@ struct st_maria_plugin i_s_innodb_sys_virtual =
/* Maria extension */
STRUCT_FLD(version_info, INNODB_VERSION_STR),
- STRUCT_FLD(maturity, MariaDB_PLUGIN_MATURITY_BETA),
+ STRUCT_FLD(maturity, MariaDB_PLUGIN_MATURITY_STABLE),
};
/** SYS_FIELDS ***************************************************/
/* Fields of the dynamic table INFORMATION_SCHEMA.INNODB_SYS_FIELDS */