The following is a list of the creators of the libraries we have included with the MySQL server source to make it easy to compile and install MySQL. We are very thankfully to all individuals that have created these and it has made our life much easier.
Fred Fish
For his excellent C debugging and trace library. Monty has made a number of smaller improvements to the library (speed and additional options).
Richard A. O'Keefe
For his public domain string library.
Henry Spencer
For his regex library, used in WHERE column REGEXP
regexp.
Chris Provenzano
Portable user level pthreads. From the copyright: This product
includes software developed by Chris Provenzano, the
University of California, Berkeley, and contributors. We are
currently using version 1_60_beta6 patched by Monty (see
mit-pthreads/Changes-mysql).
Jean-loup Gailly and Mark Adler
For the zlib library (used on MySQL on Windows).
Bjorn Benson
For his safe_malloc (memory checker) package which is used in
when you build MySQL using one of the
BUILD/compile-*-debug scripts, or manually
set the -DSAFE_MALLOC.
Free Software Foundation
The readline library (used by the
mysql command-line client).
The NetBSD foundation
The libedit package (optionally used by the
mysql command-line client).
MySQL incorporates work covered by the following copyright and permission notice:
The author of this software is David M. Gay.
Copyright (c) 1991, 2000, 2001 by Lucent Technologies.
Permission to use, copy, modify, and distribute this software for any purpose without fee is hereby granted, provided that this entire notice is included in all copies of any software which is or includes a copy or modification of this software and in all copies of the supporting documentation for such software.
THIS SOFTWARE IS BEING PROVIDED "AS IS", WITHOUT ANY EXPRESS OR IMPLIED WARRANTY. IN PARTICULAR, NEITHER THE AUTHOR NOR LUCENT MAKES ANY REPRESENTATION OR WARRANTY OF ANY KIND CONCERNING THE MERCHANTABILITY OF THIS SOFTWARE OR ITS FITNESS FOR ANY PARTICULAR PURPOSE.

User Comments
Add your own comment.