Releases: jayjanssen/myq-tools
Releases · jayjanssen/myq-tools
fix column header bug
1.0.4 fix set column title in coms view
Fix issue #19
1.0.3 Merge branch 'issue-19'
Go 1.5
Built with Go 1.5
1.0.1
minor update of vagrant-percona
Enough Already
Let's do it
0.9.2
Even closer
- Fix for ambiguous wsrep_local_state_comments
Soooo close
- Fix for issue #16
More efficient live server parser
The big change here is switching from mysqladmin to the mysql cli to leverage --batch. This makes parsing more efficient when running on a live server AND has the added benefit of keeping the raw output for each sample a lot smaller (12K vs 48K).
This is the fix for #14
Sweep up
- Fix bug in cttf with opened_tables_definitions
- Number formatting works better with 3 spaces, prints ## marks now when it just cannot fit (issues #11 and #9)
- Time intervals for mysqladmin files now only print seconds (not hhmmss as before) (issue #5)
- Overhaul of the SHOW parsing to make it possible to fix issue #4
- Intervals not allowed less than 1s, odd intervals now get a warning about being rounded to the nearest second (issue #7)
- Fixed issue with mysqlargs options not liking spaces (issue #10)
- Should more elegantly handle mysqladmin terminating in the middle of a line now (issue #6)