C++DB by ChipMaster =================== This build is specifically for use in Ye Ol' Pi Shack development and things that I at JF Possibilities, Inc. make. This deviates from the official package in the following way: 1. MySQL client connections default to opt_reconnect=1. 2. The prepared query cache feature has been patched so that opt_reconnect actually works instead of caching lost connection errors. 4. I added >> << operators for bools in queries. These transalte to the defacto 0/1 int in SQL. 3. Oh, yeah, I also included the "dpak" file I used to build the .deb in my source repo. See cppdb.dpak. But you need my DPAK tool to use it. And so far I haven't released it to the world. Its no where near ready enough... Might be other changes later. But change 2, in particular, prevents random 500 errors on the site.