Skip to content

Commit c874040

Browse files
committed
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.
1 parent b90918d commit c874040

File tree

1 file changed

+1
-1
lines changed
  • storage/innobase/handler

1 file changed

+1
-1
lines changed

storage/innobase/handler/i_s.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7227,7 +7227,7 @@ struct st_maria_plugin i_s_innodb_sys_virtual =
72277227

72287228
/* Maria extension */
72297229
STRUCT_FLD(version_info, INNODB_VERSION_STR),
7230-
STRUCT_FLD(maturity, MariaDB_PLUGIN_MATURITY_BETA),
7230+
STRUCT_FLD(maturity, MariaDB_PLUGIN_MATURITY_STABLE),
72317231
};
72327232
/** SYS_FIELDS ***************************************************/
72337233
/* Fields of the dynamic table INFORMATION_SCHEMA.INNODB_SYS_FIELDS */

0 commit comments

Comments
 (0)