Fixed Typos in Function doc-string for:

1. innodb_change_buffering_adapter
    2. innodb_buffer_pool_size_adapter

Change-Id: Icff8caa2f361aad5f998f9c2581bba57310c314e
This commit is contained in:
utkarshbhatthere 2022-06-20 14:50:55 +05:30 committed by utkarsh bhatt
parent 773bcae3b3
commit 31c19f1cfa
1 changed files with 3 additions and 3 deletions

View File

@ -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