Skip to content

Instantly share code, notes, and snippets.

View techwolf359's full-sized avatar

Jeremy Tinley techwolf359

View GitHub Profile
@techwolf359
techwolf359 / mysql_query_multiplexer.go
Last active August 2, 2016 20:37 — forked from keyurdg/mysql_query_multiplexer.go
Read output from pt-query-digest and multiplex queries to MySQL over multiple threads.
package main
import (
"bufio"
"bytes"
_ "github.com/go-sql-driver/mysql"
"database/sql"
"flag"
"fmt"
"io"