Changes: - Support build with MySQL 8 - Fix decoding tiny/medium/long blobs (#215) - Remove broken row_seek() and row_tell() APIs (#220) - Reduce callproc roundtrip time (#223)
Based on https://github.com/joyent/pkgsrc/issues/77 by @wiedi This is a fork of MySQLdb. This project adds Python 3 support and bug fixes.