At 14:17 -0800 3/5/04, John Ling wrote:
I notice that, while building C applications that use the libmysqlclient library, I sometimes need to link with libz library, depending on which system I am compiling on.

The different systems have different mysql versions installed, so is this due to the difference in the versions?

Can someone explain, generally, what functions in libmysqlclient, make use of the libz library and why? And was libz, then, not required in older versions in the past?

It's used to support the --compress option that causes traffic over the client/server protocol to be compressed.


-- Paul DuBois, MySQL Documentation Team Madison, Wisconsin, USA MySQL AB, www.mysql.com

MySQL Users Conference: April 14-16, 2004
http://www.mysql.com/uc2004/

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]



Reply via email to