File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
!include include/default_client.cnf
3
3
4
4
[mysqld.1]
5
- plugin-maturity = alpha
5
+ plugin-maturity = gamma
6
6
plugin-load-add =@ENV.HA_S3_SO
7
7
s3 =ON
8
8
# s3-host-name=s3.amazonaws.com
Original file line number Diff line number Diff line change 1
1
[mysqld.2]
2
- plugin-maturity = alpha
2
+ plugin-maturity = gamma
3
3
plugin-load-add =@ENV.HA_S3_SO
4
4
s3 =ON
5
5
s3-slave-ignore-updates =1
Original file line number Diff line number Diff line change @@ -1110,6 +1110,6 @@ maria_declare_plugin(s3)
1110
1110
status_variables, /* status variables */
1111
1111
system_variables, /* system variables */
1112
1112
" 1.0" , /* string version */
1113
- MariaDB_PLUGIN_MATURITY_ALPHA /* maturity */
1113
+ MariaDB_PLUGIN_MATURITY_GAMMA /* maturity */
1114
1114
}
1115
1115
maria_declare_plugin_end;
You can’t perform that action at this time.
0 commit comments