The
Ultimate
Business Machine
|
Sat 25 Feb 2012
Database Access Clients
Category : Technology/databseAccessClientsFeb2012.txt
I've built new versions of our database access clients, based on the source for the very latest versions of SQLite3 and PostgreSQL, i.e., versions 3.7.10 and 9.1.2, respectively.
The recalcitrant one is MySQL. I can build a new libmysqlclient from source (downloaded from the MySQL Connector/C web page), including making fat i386/x86_64 and i386/armv6/armv7 universal libraries.
The problem comes when I'm running it, and calling mysql_init(); I get all sorts of NSAutoReleasePool errors (autoreleased with no pool in place - just leaking).
I can't believe I can't find anything on the web. Surely, I'm not the only one seeing this. Or it's something so simple that I have missed.
Posted at 5:36AM UTC | permalink
|
Mac@Work
Put your Mac to Work
|