From 31c19f1cfae0801e3464ecc6a0373270f812a9a0 Mon Sep 17 00:00:00 2001 From: utkarshbhatthere Date: Mon, 20 Jun 2022 14:50:55 +0530 Subject: [PATCH] Fixed Typos in Function doc-string for: 1. innodb_change_buffering_adapter 2. innodb_buffer_pool_size_adapter Change-Id: Icff8caa2f361aad5f998f9c2581bba57310c314e --- src/lib/charm/openstack/mysql_innodb_cluster.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/lib/charm/openstack/mysql_innodb_cluster.py b/src/lib/charm/openstack/mysql_innodb_cluster.py index d777d34..b3e78e3 100644 --- a/src/lib/charm/openstack/mysql_innodb_cluster.py +++ b/src/lib/charm/openstack/mysql_innodb_cluster.py @@ -127,7 +127,7 @@ def innodb_flush_log_at_trx_commit_adapter(cls): @charms_openstack.adapters.config_property def innodb_change_buffering_adapter(cls): - """Determine the value for innodb_flush_log_at_trx_commit. + """Determine the value for innodb_change_buffering. Call the MySQLConfigHelper get_innodb_change_buffering helper to get the value for innodb_change_buffering. @@ -142,10 +142,10 @@ def innodb_change_buffering_adapter(cls): @charms_openstack.adapters.config_property def innodb_buffer_pool_size_adapter(cls): - """Determine the value for innodb_flush_log_at_trx_commit. + """Determine the value for innodb_buffer_pool_size. Call the MySQLConfigHelper innodb_buffer_pool_size helper to get the value - for innodb_buffer_pool_size_adapter. + for innodb_buffer_pool_size. :param cls: Class :type cls: ConfigurationAdapter class