From 875d8c909f1bb227e9ed8a3bb5d336267f67bbe3 Mon Sep 17 00:00:00 2001 From: Monty Date: Wed, 9 Oct 2024 17:10:30 +0300 Subject: [PATCH] Removed end '.' from variable comment --- storage/maria/ha_s3.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storage/maria/ha_s3.cc b/storage/maria/ha_s3.cc index b22d160ae9c..ed306956227 100644 --- a/storage/maria/ha_s3.cc +++ b/storage/maria/ha_s3.cc @@ -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[]=