Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 796 Bytes

CHANGELOG.md

File metadata and controls

31 lines (24 loc) · 796 Bytes

innotopgo

Innotop for MySQL 8 written in Go

0.3.3 2024-02-10

  • merge pull request #22 adding replication

0.3.2 2024-01-11

  • add initial support for Innovation Release
  • add InnoDB Redo Log Capacity support

0.3.0 2021-07-16

  • adding Error Log Dashboard
  • adding Lockinf Info

0.2.0 2021-04-10

  • adding InnoDB Info Dashboard
  • adding Memory Info Dashboard
  • adding warning in EXPLAIN ANALYZE
  • splitting EXPLAIN ANALYZE: with timeout of 5min, no timeout
  • better handling of MySQL disconnection
  • possibility to make a debug build

0.1.1 2021-04-06

  • missing option in help
  • remove panic in kill.go
  • display the error message when a thread_id is not available to be killed
  • simplify label prints in details

0.1.0 2021-04-06

  • Initial Release