Skip to content

Commit 38746a0

Browse files
committed
sysbench: fix SYSBENCH_MYSQL_INNODB_REDO_LOG_CAPACITY typo
Just remove the extra "o". No functional changes. Signed-off-by: Daniel Gomez <[email protected]>
1 parent 065886b commit 38746a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

playbooks/roles/sysbench/templates/mysql.conf.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ default-authentication-plugin=mysql_native_password
3333
# For systems with above 10 GiB RAM: 0.5625 * (RAM in GB)
3434
# n1-standard-16: 33.75G
3535
# i4i.4xlarge: 72G
36-
innodb_redo_log_capacity = {{ sysbench_mysql_innoodb_redo_log_capacity }}
36+
innodb_redo_log_capacity = {{ sysbench_mysql_innodb_redo_log_capacity }}
3737

3838
# For systems with above 4 GiB RAM: 0.75 * (RAM in GB)
3939
# n1-standard-16: 45G

workflows/sysbench/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ config SYSBENCH_MYSQL_TABLE_ENGINE
3333
output yaml
3434
default "innodb" if SYSBENCH_TYPE_MYSQL_DOCKER
3535

36-
config SYSBENCH_MYSQL_INNOODB_REDO_LOG_CAPACITY
36+
config SYSBENCH_MYSQL_INNODB_REDO_LOG_CAPACITY
3737
string "innodb_redo_log_capacity"
3838
output yaml
3939
default "1G" if SYSBENCH_TYPE_MYSQL_DOCKER

0 commit comments

Comments
 (0)