From 1843cf1f4f06af44a9378981ac8aef5b459587a4 Mon Sep 17 00:00:00 2001
From: vlatan <33163699+vlatan@users.noreply.github.com>
Date: Wed, 24 Apr 2024 00:06:25 +0200
Subject: [PATCH 1/3] Fix the fork link
---
CONTRIBUTING.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 660881003..f8c3723c3 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -127,7 +127,7 @@ these guidelines is the best way to get your work included in MySQLTuner.
#### Git Flow for pull requests
-1. [Fork](http://help.github.com/fork-a-repo/) the project, clone your fork,
+1. [Fork](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/fork-a-repo) the project, clone your fork,
and configure the remotes:
```bash
From 0dc9caaf95c3ed6038411ebc1f4396f591c44472 Mon Sep 17 00:00:00 2001
From: vlatan <33163699+vlatan@users.noreply.github.com>
Date: Wed, 24 Apr 2024 00:46:42 +0200
Subject: [PATCH 2/3] Remove repeated assigmnent
---
mysqltuner.pl | 1 -
1 file changed, 1 deletion(-)
diff --git a/mysqltuner.pl b/mysqltuner.pl
index 6458cff17..5a17edd63 100755
--- a/mysqltuner.pl
+++ b/mysqltuner.pl
@@ -595,7 +595,6 @@ sub os_setup {
chomp($physical_memory);
chomp($swap_memory);
chomp($os);
- $physical_memory=$opt{forcemem} if (defined($opt{forcemem}) and $opt{forcemem} gt 0);
$result{'OS'}{'OS Type'} = $os;
$result{'OS'}{'Physical Memory'}{'bytes'} = $physical_memory;
$result{'OS'}{'Physical Memory'}{'pretty'} = hr_bytes($physical_memory);
From adda63da26d2e9cb75f4a8c0da93f503bda4fb53 Mon Sep 17 00:00:00 2001
From: Tom Valk
Date: Mon, 8 Jul 2024 23:30:46 +0300
Subject: [PATCH 3/3] Update README.md, remove double 'by default' in some
sentences.
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 9d131af55..cf4f268ef 100644
--- a/README.md
+++ b/README.md
@@ -140,7 +140,7 @@ Optional Sysschema installation for MySQL 5.6
--
Sysschema is installed by default under MySQL 5.7 and MySQL 8 from Oracle.
-By default, on MySQL 5.6/5.7/8, performance schema is enabled by default.
+By default, on MySQL 5.6/5.7/8, performance schema is enabled.
For previous MySQL 5.6 version, you can follow this command to create a new database sys containing very useful view on Performance schema:
Sysschema for MySQL old version
@@ -172,7 +172,7 @@ Performance schema setup
By default, performance_schema is enabled and sysschema is installed on latest version.
-By default, on MariaDB, performance schema is disabled by default (MariaDB<10.6).
+By default, on MariaDB, performance schema is disabled (MariaDB<10.6).
Consider activating performance schema across your my.cnf configuration file: