Commit graph

1600 commits

Author SHA1 Message Date
Jean-Marie Renouard
d7edfad633 fixed for #651 2023-06-07 18:45:22 +02:00
Jean-Marie Renouard
9085ceb000
Merge pull request #665 from jmrenouard/master
Several improvements in remote management and feature testing
2023-06-07 18:23:17 +02:00
Jean-Marie Renouard
13fe693004 feat: better remote handling
Incorrect log-file association when checking remote host
#661
2023-06-07 18:22:02 +02:00
Jean-Marie Renouard
78f21466d2 doc: list of feature for --feature option 2023-06-07 18:19:54 +02:00
Jean-Marie Renouard
cf5d983ecc Adding update script for FEATURES.md 2023-06-07 18:19:29 +02:00
Jean-Marie Renouard
08d92f3d68
Merge pull request #664 from jmrenouard/master
Feature: option --feature allowing testing one part of MT at a time
2023-06-07 17:33:21 +02:00
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
840c5785a0
Merge pull request #663 from longradix/master
Updates
2023-06-07 12:35:06 +02:00
Long Radix
ebbddb7576
Update README.md
* Typos
* Stylistic improvements
2023-06-07 08:31:33 +02:00
Long Radix
0a39c0c96e
Merge branch 'major:master' into master 2023-06-07 08:24:20 +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
Long Radix
fa3caacb5a
Merge branch 'major:master' into master 2023-05-26 16:24:48 +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
Long Radix
7a4e7ffa18
Update mysqltuner.pl 2023-05-11 17:21:01 +02: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