Skip to content

ZhuoRoger/go-mysql

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-mysql

This repo contains Go packages to help build tools for MySQL. For example, there's a slow log parser and a query fingerprinter. Feedback, pull requests, and bug reports are welcome.

Docs

http://godoc.org/github.com/percona/go-mysql

Overview

Package Contains
event Aggregator and metric stats
log Event struct and log parser interface
log/slow Slow log parser
query Fingerprinter and ID
test Sample data

Versioning

Packages are not versioned. Interfaces, data structures, and overall usage are subject to change without notice.

Testing

To test these packages locally, you'll need:

  • github.com/go-test/test
  • gopkg.in/check.v1

Releases

No releases published

Packages

No packages published

Languages

  • Go 98.3%
  • Shell 1.7%