Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
10.1.10
-
None
-
RHEL
Description
The default documented value of the innodb_log_buffer_size parameter is 8M, the value after the installation is 16 M:
MariaDB [(none)]> show variables like 'innodb_log_buffer_size';
|
+------------------------+----------+
|
| Variable_name | Value |
|
+------------------------+----------+
|
| innodb_log_buffer_size | 16777216 |
|
+------------------------+----------+
|