Skip to content

Releases: jayjanssen/myq-tools

fix column header bug

21 Oct 00:42
Compare
Choose a tag to compare
1.0.4

fix set column title in coms view

Fix issue #19

04 Sep 20:31
Compare
Choose a tag to compare
1.0.3

Merge branch 'issue-19'

Go 1.5

25 Aug 15:22
Compare
Choose a tag to compare

Built with Go 1.5

1.0.1

12 Aug 12:46
Compare
Choose a tag to compare
minor update of vagrant-percona

Enough Already

10 Aug 13:27
Compare
Choose a tag to compare

Let's do it

0.9.2

27 Jul 12:16
Compare
Choose a tag to compare
0.9.2 Pre-release
Pre-release
  • Minor fix for some numeric printing. Issue #17

Even closer

22 Jul 20:39
Compare
Choose a tag to compare
Even closer Pre-release
Pre-release
  • Fix for ambiguous wsrep_local_state_comments

Soooo close

22 Jul 16:58
Compare
Choose a tag to compare
Soooo close Pre-release
Pre-release
  • Fix for issue #16

More efficient live server parser

26 Jun 20:26
Compare
Choose a tag to compare
Pre-release

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

17 Jun 15:40
Compare
Choose a tag to compare
Sweep up Pre-release
Pre-release
  • 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)