From 8c3671f8ae60a0260d863653d70fd7c45ecede6f Mon Sep 17 00:00:00 2001 From: Erwin Romkes <61180307+erwinromkes@users.noreply.github.com> Date: Wed, 13 Aug 2025 13:45:22 +0200 Subject: [PATCH 1/3] Add 8.4 for MySQL as possible value --- .../tools/how-to-use-the-hypernode-systemctl-cli-tool.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hypernode-platform/tools/how-to-use-the-hypernode-systemctl-cli-tool.md b/docs/hypernode-platform/tools/how-to-use-the-hypernode-systemctl-cli-tool.md index ab9f43f2..d44aab80 100644 --- a/docs/hypernode-platform/tools/how-to-use-the-hypernode-systemctl-cli-tool.md +++ b/docs/hypernode-platform/tools/how-to-use-the-hypernode-systemctl-cli-tool.md @@ -42,7 +42,7 @@ To see which values you can set and which values they are allowed to have take a | **mysql_ft_min_word_len**
Set minimum word length for MySQL full-text searches | 4 | 4, 2 | | **mysql_long_query_time**
| 2 | 2, 5, 10, 15, 30 | | **mysql_tmp_on_data_enabled**
Enable temporary data directory on MySQL | False | True, False | -| **mysql_version**
Change the MySQL version (note: once set to 5.7 this can't be
reverted)
| 8.0 | 5.6, 5.7, 8.0 | +| **mysql_version**
Change the MySQL version (note: once set to 5.7 this can't be
reverted)
| 8.4 | 5.6, 5.7, 8.0, 8.4 | | **new_relic_browser_monitoring_auto_instrument_enabled**
| True | True, False | | **new_relic_distributed_tracing_enabled**
| True | True, False | | **new_relic_enabled**
| False | True, False | From b3f815e2a7a86ba58e295f9e627d80c0f7eef030 Mon Sep 17 00:00:00 2001 From: Erwin Romkes <61180307+erwinromkes@users.noreply.github.com> Date: Wed, 13 Aug 2025 14:35:47 +0200 Subject: [PATCH 2/3] Change default value --- .../tools/how-to-use-the-hypernode-systemctl-cli-tool.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hypernode-platform/tools/how-to-use-the-hypernode-systemctl-cli-tool.md b/docs/hypernode-platform/tools/how-to-use-the-hypernode-systemctl-cli-tool.md index d44aab80..635f50fd 100644 --- a/docs/hypernode-platform/tools/how-to-use-the-hypernode-systemctl-cli-tool.md +++ b/docs/hypernode-platform/tools/how-to-use-the-hypernode-systemctl-cli-tool.md @@ -42,7 +42,7 @@ To see which values you can set and which values they are allowed to have take a | **mysql_ft_min_word_len**
Set minimum word length for MySQL full-text searches | 4 | 4, 2 | | **mysql_long_query_time**
| 2 | 2, 5, 10, 15, 30 | | **mysql_tmp_on_data_enabled**
Enable temporary data directory on MySQL | False | True, False | -| **mysql_version**
Change the MySQL version (note: once set to 5.7 this can't be
reverted)
| 8.4 | 5.6, 5.7, 8.0, 8.4 | +| **mysql_version**
Change the MySQL version (note: once set to 5.7 this can't be
reverted)
| 5.7 | 5.6, 5.7, 8.0, 8.4 | | **new_relic_browser_monitoring_auto_instrument_enabled**
| True | True, False | | **new_relic_distributed_tracing_enabled**
| True | True, False | | **new_relic_enabled**
| False | True, False | From e7b862afe34744de9974d9107583a55a182015b5 Mon Sep 17 00:00:00 2001 From: Jonathan Visser Date: Wed, 13 Aug 2025 14:40:11 +0200 Subject: [PATCH 3/3] Run formatter for how-to-use-the-hypernode-systemctl-cli-tool.md --- .../tools/how-to-use-the-hypernode-systemctl-cli-tool.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hypernode-platform/tools/how-to-use-the-hypernode-systemctl-cli-tool.md b/docs/hypernode-platform/tools/how-to-use-the-hypernode-systemctl-cli-tool.md index 635f50fd..432f4ef4 100644 --- a/docs/hypernode-platform/tools/how-to-use-the-hypernode-systemctl-cli-tool.md +++ b/docs/hypernode-platform/tools/how-to-use-the-hypernode-systemctl-cli-tool.md @@ -42,7 +42,7 @@ To see which values you can set and which values they are allowed to have take a | **mysql_ft_min_word_len**
Set minimum word length for MySQL full-text searches | 4 | 4, 2 | | **mysql_long_query_time**
| 2 | 2, 5, 10, 15, 30 | | **mysql_tmp_on_data_enabled**
Enable temporary data directory on MySQL | False | True, False | -| **mysql_version**
Change the MySQL version (note: once set to 5.7 this can't be
reverted)
| 5.7 | 5.6, 5.7, 8.0, 8.4 | +| **mysql_version**
Change the MySQL version (note: once set to 5.7 this can't be
reverted)
| 5.7 | 5.6, 5.7, 8.0, 8.4 | | **new_relic_browser_monitoring_auto_instrument_enabled**
| True | True, False | | **new_relic_distributed_tracing_enabled**
| True | True, False | | **new_relic_enabled**
| False | True, False |