xelabs / go-mydumper

A multi-threaded MySQL backup and restore tool, faster than mysqldump

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[feature] add session variable setting

BohuTANG opened this issue · comments

commented

Summary

Add session variable settting(flags) after connection of the pool.
eg. RadonDB, we can set:

set @@SESSION.radon_streaming_fetch=true

to do stream fetching.