Skip to content

Commit aba69e1

Browse files
authored
Merge branch 'master' into master
2 parents 4bb7041 + 099d38b commit aba69e1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ these guidelines is the best way to get your work included in MySQLTuner.
127127
<a name="git-flow"></a>
128128
#### Git Flow for pull requests
129129

130-
1. [Fork](http://help.github.com/fork-a-repo/) the project, clone your fork,
130+
1. [Fork](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/fork-a-repo) the project, clone your fork,
131131
and configure the remotes:
132132

133133
```bash

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ Optional Sysschema installation for MySQL 5.6
140140
--
141141

142142
Sysschema is installed by default under MySQL 5.7 and MySQL 8 from Oracle.
143-
By default, on MySQL 5.6/5.7/8, performance schema is enabled by default.
143+
By default, on MySQL 5.6/5.7/8, performance schema is enabled.
144144
For previous MySQL 5.6 version, you can follow this command to create a new database sys containing very useful view on Performance schema:
145145

146146
Sysschema for MySQL old version
@@ -172,7 +172,7 @@ Performance schema setup
172172

173173
By default, performance_schema is enabled and sysschema is installed on latest version.
174174

175-
By default, on MariaDB, performance schema is disabled by default (MariaDB<10.6).
175+
By default, on MariaDB, performance schema is disabled (MariaDB<10.6).
176176

177177
Consider activating performance schema across your my.cnf configuration file:
178178

0 commit comments

Comments
 (0)