first all i did not mean my words as criticism but report of issue(s) found and quick and very easy improvement idea (*).
now, i think only MySQL version matters which is 5.6 and btw running on FreeBSD.
(*) i think from this
Code:
file=open(filename, 'rb')
file.read()Code:
f=open(filename, 'rb')
file = mmap.mmap(f.fileno(), 0)
file.read()

Search
Help