On 08/06/2014 07:01 AM, Greg Freemyer wrote:
Isn't it just one of the libmysqlclient packages? There are a few to choose from.
The cpp-devel package says it is a wrapper for mysql-connector-c, yet it seems to wrap libmysqlclient if you look at the specfile.
Greg
Now that would be a timesaver. I'll check. Thanks Greg :). I have been tinkering with that lightweightDMS project, and miraculously using a 'find /path ..blah.. -exec cproto ..blah..' I was able create a dump of 1118 code snippet files with some 5119 functions which I now have read into a couple of nested linked-lists. Before I OD on pointer arithmetic and duplicating and rewriting each list function, I figured I would just dump it into a couple of mysql tables and use the connector to provide access to the tables. That way the connector can worry about all the search and query functionality and, unlike sqlite, I have the alter-table capabilities to add later all the stuff I'm not smart enough to think about before-hand... -- David C. Rankin, J.D.,P.E. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org