Commit Graph

362 Commits

Author SHA1 Message Date
Jean-Marie Renouard
404911a9f1 Adding mysql capture 2016-01-27 19:17:28 +01:00
Jean-Marie Renouard
bc3336441c Update README.md 2016-01-27 19:15:24 +01:00
Jean-Marie Renouard
c5e18e8f79 Update usage.md 2016-01-27 19:07:53 +01:00
Jean-Marie Renouard
6a818d66f8 Adding section for ThreadPool Mariadb stat 2016-01-27 19:00:27 +01:00
Jean-Marie Renouard
e9a68ba2f3 Update INTERNALS.md 2016-01-27 18:54:42 +01:00
Jean-Marie Renouard
3823c9ae5f Update INTERNALS.md 2016-01-27 18:50:08 +01:00
Jean-Marie Renouard
1409ce0690 Update INTERNALS.md 2016-01-27 18:48:06 +01:00
Jean-Marie Renouard
34fbd8fe5a Update INTERNALS.md 2016-01-27 18:47:40 +01:00
Jean-Marie Renouard
5153752349 Galera Indicators updated 2016-01-27 18:46:34 +01:00
Jean-Marie Renouard
3b5b7cf733 Update README.md 2016-01-27 18:43:44 +01:00
Jean-Marie Renouard
ad2c102577 Update README.md 2016-01-27 18:43:14 +01:00
Jean-Marie Renouard
cecdaaefcb Update README.md 2016-01-27 18:42:19 +01:00
Jean-Marie Renouard
b2a494a268 Update README.md 2016-01-27 18:41:29 +01:00
Jean-Marie Renouard
ac390cfe7a Last Vagrantfile for MySQL 5.6 #151 2016-01-27 18:37:53 +01:00
Jean-Marie Renouard
9363316660 New Vagrantfile for MySQL 5.7 2016-01-27 17:24:27 +01:00
Jean-Marie Renouard
d0c75b9a3e Removing annoying message in mysql 2016-01-27 17:22:49 +01:00
Jean-Marie Renouard
d777099a59 Adding JSON code to dump result (Issue #123)
Adding Empty Section for Galera #150
Adding Empty Section for TokuDB #149
2016-01-27 14:50:29 +01:00
U-AD\RDWR5393
b2674e699d New Vagrant template for MariaDB 10.0 and 10.1 Issue #151 2016-01-26 09:13:33 +01:00
Jean-Marie Renouard
58822b0976 Update README.md 2016-01-22 11:29:54 +01:00
Jean-Marie Renouard
0bf78801b1 Update README.md 2016-01-22 11:28:46 +01:00
Jean-Marie RENOUARD
da22f57b23 Bug fix for issue #145
Version with x are no longer taken into account
2016-01-19 22:39:44 +00:00
Jean-Marie RENOUARD
05999916ad Update VagrantFile for MariaDB 10.0 2016-01-19 22:13:53 +00:00
Jean-Marie Renouard
ea5668a94b Merge pull request #147 from isangil/master
typo on a header (exactely -> exactly)
2016-01-16 12:59:21 +01:00
Inigo San Gil
3e920577fa typo on a header (exactely -> exactly) 2016-01-15 10:08:34 -07:00
root
b8c5adb4cc Modified version for RPM packaging 2016-01-06 01:17:05 +01:00
root
9f3c9bdb78 Adding CVE detection support 2016-01-06 00:59:18 +01:00
root
c9b647753c Adding CVE detection support 2016-01-06 00:57:34 +01:00
root
b36f6d425b Adding CVE detection support 2016-01-06 00:55:54 +01:00
root
7394833f80 Adding CVE vulneralities list generation 2016-01-05 23:51:54 +01:00
root
985c7d790c Adding CVE vulneralities list generation 2016-01-05 23:51:27 +01:00
root
60f1beae4d Adding CVE extractor for MySQL and MariaDB 2016-01-04 17:47:39 +01:00
Jean-Marie RENOUARD
26169310da Adding information about vagrant 2016-01-04 16:31:57 +01:00
Jean-Marie RENOUARD
0ffc7c9814 Adding information about vagrant 2016-01-04 16:30:59 +01:00
Jean-Marie RENOUARD
384f5c27d1 Adding Vagrant configuration for MariaDB 10.0 on Fedora Core 23 2016-01-04 16:21:54 +01:00
Jean-Marie Renouard
b46ec6faef Merge pull request #144 from CasperTech/master
Don't treat connections to 127.0.0.1 as remote
2015-12-29 18:14:04 +01:00
Tom Mettam
9c09e9556e Don't treat connections to 127.0.0.1 as remote 2015-12-29 13:55:53 +00:00
Jean-Marie Renouard
cdcc267f6c Merge pull request #141 from sgrossberndt/patch-2
Fix typos and replace Chosen with MySQLTuner-perl
2015-12-11 09:56:40 +01:00
Stephan Großberndt
97900771cc Update USAGE.md 2015-12-10 13:51:15 +01:00
Stephan Großberndt
2b58ca6773 Update CONTRIBUTING.md 2015-12-10 13:46:44 +01:00
Stephan Großberndt
a57cb451b6 Fix typos and replace Chosen with MySQLTuner-perl 2015-12-10 13:44:50 +01:00
Jean-Marie Renouard
27e8d5805f Merge pull request #139 from sgrossberndt/patch-1
Fix several typos
2015-12-10 13:31:13 +01:00
Stephan Großberndt
0c9abcada1 Fix several typos 2015-12-10 11:52:39 +01:00
root
e7b40b87a1 Support for Password security on MySQL 5.7 2015-12-08 16:58:16 +01:00
Jean-Marie Renouard
8935266d06 Merge pull request #137 from cloos/dependencies
Dependencies
Thanks @cloos 

This solution is nicer than the way I try to do it :)
2015-11-23 09:55:51 +01:00
Christian Loos
11a8110922 fix dependency check for Text::Template
fixes #133 and #136
2015-11-23 08:40:00 +01:00
Christian Loos
66d132cd4b always load Data::Dumper
Data::Dumper is in core sice Perl 5.005, so set a minimum Perl
dependency and always load Data::Dumper.
2015-11-23 08:14:28 +01:00
Christian Loos
2a8e12db63 whitespace fixes 2015-11-23 08:08:25 +01:00
Jean-Marie Renouard
edff8d7c4e Merge pull request #134 from dshepherd/patch-1
Update mysqltuner.pl
2015-11-16 09:23:27 +01:00
Jean-Marie Renouard
d8af24372d Merge pull request #135 from dshepherd/master
Update .travis.yml
2015-11-16 09:22:05 +01:00
Dan Shepherd
e9fe75e528 Update .travis.yml 2015-11-13 15:30:08 +00:00