aboutsummaryrefslogtreecommitdiffstats
path: root/releasenotes/notes
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2017-08-02 10:38:45 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2017-08-03 12:03:21 -0400
commit54532632aad311768b224bd92f42cf60dce84705 (patch)
treeaa5c421a2b170684cf30c572c5408770dd3d94a6 /releasenotes/notes
parent1b82fe40fe53572703854fcdbeda72cdf148e9c1 (diff)
Enable innodb_buffer_pool_size configuration
Adds a hiera-enabled setting for mysql.pp to allow configuration of innodb_buffer_pool_size, a key configurational element for MySQL performance tuning. Change-Id: Iabdcb6f76510becb98cba35c95db550ffce44ff3 Closes-bug: #1704978
Diffstat (limited to 'releasenotes/notes')
-rw-r--r--releasenotes/notes/innodb_buffer_pool_size-6fa946cf008a4606.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/releasenotes/notes/innodb_buffer_pool_size-6fa946cf008a4606.yaml b/releasenotes/notes/innodb_buffer_pool_size-6fa946cf008a4606.yaml
new file mode 100644
index 0000000..b4663eb
--- /dev/null
+++ b/releasenotes/notes/innodb_buffer_pool_size-6fa946cf008a4606.yaml
@@ -0,0 +1,4 @@
+---
+features:
+ - |
+ Enable innodb_buffer_pool_size configuration for all MySQL databases.