Adrian Moisey
|
4d242836ee
|
Fix typo (#1367)
* Fix typo
* Fix another typo
|
2016-06-13 10:38:58 +01:00 |
Baptiste Mille-Mathias
|
a59bf7246a
|
Don't use root user as example
Using root as user is a bad habit.
closes #1177
|
2016-05-17 18:30:15 +01:00 |
Lukasz Jagiello
|
4c28f15b35
|
Fix #1148 - chatty MySQL
Two additional config options to reduce MySQL metrics
With:
- gather_table_lock_waits = false
- gather_event_waits = false
```
| wc -l
34
```
With:
- gather_table_lock_waits = true
- gather_event_waits = true
```
| wc -l
50040
```
closes #1148
closes #1149
|
2016-05-04 10:23:54 -06:00 |
Pierre Fersing
|
85ee66efb9
|
"DELAYED" Inserts were deprecated in MySQL 5.6.6
closes #1136
|
2016-05-02 11:23:28 -06:00 |
Maksadbek
|
b95a90dbd6
|
updated README for mysql input plugin
closes #889
closes #403
|
2016-04-18 17:21:25 -06:00 |