I’m starting to get bugged enough by the lack of status data about query execution that I begun to look at the source code for converting the notices written to bh.err into SHOW PROCESSLIST state information. Should be simple enough to insert a thd_proc_info() call in all places where the THD structure is passed along, and it would be a start. Most useful status data is coming from functions which don’t have a THD reference, but that’s phase two.
However, I hate working outside version control, so modifying the .tar.gz doesn’t fancy me, and I can’t find a link to an official repository. Clearly I can establish one on my own (and if I do, I’d probably post it on Launchpad and throw in the 3.0, 3.1 and 3.2 history in it if I can still find the tarballs for each), but just as clearly, an official repository that I could clone would be more preferable, so it would be simpler to generate and post a patch, too. So, is one out somewhere?
