Jervin Real

Results 7 issues of Jervin Real

PR for issue https://github.com/farcepest/MySQLdb1/issues/86 - sane read and write timeout values.

By default both values are set to 0 unless otherwise specified from MySQLdb.connect. This can lead to problems as applications that would otherwise broke socket connections to MySQL can hang...

qpress compressed backup files into a single file - maybe we can compressed with file per table or tablespaces and decompress faster during restore.

Similar to https://blueprints.launchpad.net/percona-server/+spec/standalone-binlog-server

Some email servers are somewhat restrictive about email senders specially on the same domain. Allowing to customize this value from SMTP can workaround this issue. ``` [06/07/2016 11:18:59] INFO: Mail...

For example: ``` [root@mysql tmp]# time mysqlbinlog -vvv --base64-output=decode-rows mysqld-relay-bin.001185 | grep 'Xid =' -A2 | grep -v '\-\-' | tail -n 186 | egrep 'Xid|\# at [0-9]{2,10}' | tac...

REPL_INFO can be stale - for example, if slave drops from the network for some reason, the agent would reset replication to use the values from REPL_INFO which would be...