Removed end '.' from variable comment

This commit is contained in:
Monty 2024-10-09 17:10:30 +03:00
parent 43465352b9
commit 875d8c909f

View File

@ -247,7 +247,7 @@ static MYSQL_SYSVAR_BOOL(no_content_type, s3_no_content_type,
static MYSQL_SYSVAR_ENUM(provider, s3_provider,
PLUGIN_VAR_RQCMDARG,
"Enable S3 provider specific compatibility tweaks "
"\"Default\", \"Amazon\", or \"Huawei\". ",
"\"Default\", \"Amazon\", or \"Huawei\"",
NULL, NULL, 0, &s3_provider_typelib);
ha_create_table_option s3_table_option_list[]=