Check from mysql with autoconf

2006-01-12 Thread Peter A. Shevtsov
Hi! The application I develop requires mysqlclient library. What lines should I add to configure.in to make configure script to check for mysql libs and to set proper values for libs and includes? Thanks! -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubsc

restoring lost data

2003-02-03 Thread peter a
stupid a accidently deleted a little too much from a table, and I now I regret doing so.. if it's lost, it's lost, but if it isn't that would be better... thanks. /peter a - Before posting, please

MySQL++ Memory leak

2002-11-13 Thread Peter A . Kerzum
Background: MySQL++ ( libsqlplus ) is a pretty nice official C++ styled mysql client library wrapper of libmysqlclient. It offers STL-style C++ interface and is designed with an effort of generic programming style. It should be a really excellent choise if only it had not a MEMORY LEAK problem.