Jean-Marie Renouard
8aacb0f85d
Feat: new options --feature aloowing testing one feature at a time
2023-06-07 17:23:33 +02:00
Jean-Marie Renouard
b7a92a28e0
Merge branch 'master' of https://github.com/jmrenouard/MySQLTuner-perl
2023-06-05 23:05:27 +02:00
Jean-Marie Renouard
b22cd12bf4
Bad options behaviour #662
...
Removing auto scedule pull request for CVE updates
2023-06-05 22:52:53 +02:00
Jean-Marie Renouard
38041d3ecd
fix: last updates for skip_name_resolve roolback including 0 value testing
2023-06-05 22:40:49 +02:00
Jean-Marie Renouard
2c2d59d036
Merge branch 'master' of https://github.com/jmrenouard/MySQLTuner-perl
2023-05-30 09:11:11 +02:00
Jean-Marie Renouard
cb4784e8c7
Revert préview on skip name resolve
...
Name resolve should be OFF by default except for CPANEL & FLEX
2023-05-30 09:11:06 +02:00
Jean-Marie Renouard
f27541682d
Merge pull request #660 from jmrenouard/master
...
Adding stop code form debug purpose + version increment
2023-05-23 07:34:18 +02:00
Jean-Marie Renouard
dabc9d9819
Increment version number
2023-05-23 05:30:57 +00:00
Jean-Marie Renouard
4e4ae77e4a
Merge pull request #658 from ryno83/patch-1
...
It should be ne instead of eq
2023-05-23 07:20:58 +02:00
Jean-Marie Renouard
c94906580f
Merge pull request #659 from ryno83/patch-2
...
Confusion between the name of the variable skip_name_resolve and the …
2023-05-23 07:16:38 +02:00
Renaud Fortier
bb10bce371
Confusion between the name of the variable skip_name_resolve and the recommendations
2023-05-22 13:53:47 -04:00
Renaud Fortier
ed0de692a8
It should be ne instead of eq
2023-05-22 13:51:56 -04:00
Jean-Marie Renouard
5dd0dec278
removing stop at the wrong place
2023-04-26 21:59:52 +02:00
Jean-Marie Renouard
842ae6e582
Merge pull request #655 from jmrenouard/master
...
CSV dumdir with performanc_schema and information_schema tables dump into CSV file
2023-04-26 00:59:07 +02:00
Jean-Marie Renouard
5ac9844030
debug with csv lines
2023-04-26 00:54:23 +02:00
Jean-Marie Renouard
7b385a9518
new test for exporting CSV with headers
2023-04-26 00:49:53 +02:00
Jean-Marie Renouard
bd9d921ae8
Adding debug info
2023-04-26 00:29:41 +02:00
Jean-Marie Renouard
f9debbf20d
Adding info message
2023-04-26 00:14:12 +02:00
Jean-Marie Renouard
c825e7d66b
add stop in a other place
2023-04-26 00:05:23 +02:00
Jean-Marie Renouard
b218cdf05f
Adding stop option into mysql_tables
2023-04-25 23:43:23 +02:00
Jean-Marie Renouard
de3903a43f
Merge branch 'master' of https://github.com/jmrenouard/MySQLTuner-perl
2023-04-25 23:05:52 +02:00
Jean-Marie Renouard
96fbedff72
Adding stop after dumping option
2023-04-25 23:05:47 +02:00
Jean-Marie Renouard
3bb8f5a789
Merge pull request #654 from jmrenouard/master
...
Innodb_log_writes = 0
2023-04-25 13:54:38 +02:00
Jean-Marie Renouard
e810886f44
Merge pull request #1 from major/master
...
Innodb_log_writes = 0 wrong display
2023-04-25 13:52:35 +02:00
Jean-Marie Renouard
fbbdb42390
Removing result files from repo
2023-04-25 13:37:45 +02:00
Jean-Marie Renouard
287c4d1e69
Merge pull request #653 from jyyo0n/patch-1
...
Update mysqltuner.pl
2023-04-14 11:05:12 +02:00
jyyo0n
8f2e1b36f5
Update mysqltuner.pl
...
Innodb Log Writes may be zero right after DB startup.
In order to prevent division by zero error in line 6175, it is necessary to check whether it is greater than 0.
$mystat{'Innodb_log_writes'} > 0.000001
2023-04-14 16:44:50 +09:00
Jean-Marie Renouard
29ad424da2
Merge branch 'master' of https://github.com/jmrenouard/MySQLTuner-perl
2023-04-13 00:56:51 +02:00
Jean-Marie Renouard
8e6b61ed10
Rearrange UNIX rights
2023-04-12 22:06:34 +02:00
Jean-Marie Renouard
2590ef6307
Reintroduce github workflow
2023-04-12 21:12:29 +02:00
Jean-Marie Renouard
af67fe8100
Merge branch 'major:master' into master
2023-04-12 20:54:58 +02:00
Jean-Marie Renouard
3164f3a727
last updates
2023-04-12 20:45:03 +02:00
Jean-Marie Renouard
ac387f4665
Merge pull request #652 from longradix/master
...
Typos and legibility, mark 7
2023-03-30 00:32:50 +02:00
Long Radix
5560381f7d
Update mysqltuner.pl
2023-03-29 12:33:47 +02:00
Long Radix
1ccba5e556
Update mysqltuner.pl
...
Syntax
2023-03-28 19:44:04 +02:00
Long Radix
16237f7778
Update mysqltuner.pl
...
Remove duplicate code comment
2023-03-28 19:30:26 +02:00
Jean-Marie Renouard
cfeec1ec61
feat: send examples into examples branch
2023-03-28 13:13:23 +00:00
Long Radix
a3e4969538
Update mysqltuner.pl
2023-03-27 18:33:49 +02:00
Long Radix
ca04d7bce1
Typos and legibility, mark 7
2023-03-27 18:12:52 +02:00
Jean-Marie Renouard
0c07da0bff
Merge pull request #642 from jmrenouard/examples-mysql-8-2023-03-23T16-39-44Z
...
Examples mysql 8 2023 03 23 t16 39 44 z
2023-03-23 17:52:26 +01:00
Jean-Marie Renouard
396940f87c
Merge pull request #643 from jmrenouard/examples-mariadb-10.6-2023-03-23T16-39-42Z
...
Examples mariadb 10.6 2023 03 23 t16 39 42 z
2023-03-23 17:52:09 +01:00
Jean-Marie Renouard
976936f4c3
Merge pull request #644 from jmrenouard/examples-mysql-5.7-2023-03-23T16-39-41Z
...
Examples mysql 5.7 2023 03 23 t16 39 41 z
2023-03-23 17:51:51 +01:00
Jean-Marie Renouard
b229cb0fe7
Merge pull request #645 from jmrenouard/examples-mariadb-10.3-2023-03-23T16-39-37Z
...
Examples mariadb 10.3 2023 03 23 t16 39 37 z
2023-03-23 17:51:39 +01:00
Jean-Marie Renouard
dad4dbf56a
Merge pull request #646 from jmrenouard/examples-mariadb-10.9-2023-03-23T16-39-28Z
...
Examples mariadb 10.9 2023 03 23 t16 39 28 z
2023-03-23 17:51:28 +01:00
Jean-Marie Renouard
a71e017d04
Merge pull request #641 from jmrenouard/examples-mariadb-10.4-2023-03-23T16-39-50Z
...
Examples mariadb 10.4 2023 03 23 t16 39 50 z
2023-03-23 17:51:12 +01:00
Jean-Marie Renouard
a6b6d072f2
Merge pull request #640 from jmrenouard/examples-mariadb-10.7-2023-03-23T16-39-54Z
...
Examples mariadb 10.7 2023 03 23 t16 39 54 z
2023-03-23 17:50:52 +01:00
Jean-Marie Renouard
9dafbb86f6
Merge pull request #647 from jmrenouard/examples-mysql-5.6-2023-03-23T16-39-25Z
...
Examples mysql 5.6 2023 03 23 t16 39 25 z
2023-03-23 17:50:34 +01:00
Jean-Marie Renouard
bc3cf200e9
Merge pull request #648 from jmrenouard/examples-mariadb-10.2-2023-03-23T16-39-25Z
...
Examples mariadb 10.2 2023 03 23 t16 39 25 z
2023-03-23 17:50:16 +01:00
Jean-Marie Renouard
ceadb90279
Merge pull request #649 from jmrenouard/examples-mariadb-10.8-2023-03-23T16-39-24Z
...
Examples mariadb 10.8 2023 03 23 t16 39 24 z
2023-03-23 17:50:02 +01:00
Jean-Marie Renouard
19099d91b6
Merge pull request #650 from jmrenouard/examples-mariadb-10.5-2023-03-23T16-39-23Z
...
Examples mariadb 10.5 2023 03 23 t16 39 23 z
2023-03-23 17:49:45 +01:00