![]() |
|
| [ << ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
This appendix lists the developers, contributors, and supporters that have helped to make MySQL what it is today.
| C.1 Developers at MySQL AB | ||
| C.2 Contributors to MySQL | ||
| C.3 Supporters to MySQL |
These are the developers that are or have been employed by MySQL AB
to work on the MySQL database software, roughly in the order they
started to work with us. Following each developer is a small list of the
tasks that the developer is responsible for, or the accomplishments they
have made. All developers are involved in support.
mysqld).
mysys library.
ISAM and MyISAM libraries (B-tree index file
handlers with index compression and different record formats).
HEAP library. A memory table system with our superior full dynamic
hashing. In use since 1981 and published around 1984.
replace program (take a look at it, it's COOL!).
MyODBC, the ODBC driver for Windows95.
mSQL tools like msqlperl, DBD/DBI, and
DB2mysql.
crash-me and the foundation for the MySQL benchmarks.
texi2html.
mysys are left.
mysqlimport
PROCEDURE ANALYSE()
zlib) in the client/server protocol.
INSERT
mysqldump -e option
LOAD DATA LOCAL INFILE
SQL_CALC_FOUND_ROWS SELECT option
--max-user-connections=... option
net_read and net_write_timeout
GRANT/REVOKE and SHOW GRANTS FOR
UNION in 4.0
DELETE/UPDATE
MySQL++ C++ API and the MySQLGUI client.
CASE expression.
MD5() and COALESCE() functions.
RAID support for MyISAM tables.
SHOW CREATE TABLE.
mysql-bench
libmysqld, the embedded server.
MERGE library.
ALTER TABLE ... ORDER BY ....
UPDATE ... ORDER BY ....
DELETE ... ORDER BY ....
MySQLCC (MySQL Control Center)
SHA1(), AES_ENCRYPT() and AES_DECRYPT() functions.
MySQL version 4.0.
While MySQL AB owns all copyrights in the MySQL server
and the MySQL manual, we wish to recognise those who have made
contributions of one kind or another to the MySQL distribution.
Contributors are listed here, in somewhat random order:
Ongoing help with making this manual correct and understandable. That includes rewriting Monty's and David's attempts at English into English as other people know it.
The initial port to Win32/NT.
Helped to rewrite Monty's and David's early attempts at English into English.
For more or less constructive criticism and real testing of the dynamic record format.
Win32 port with Borland compiler. mysqlshutdown.exe and
mysqlwatch.exe
For the effort to make a shareware SQL database. At TcX, the predecessor
of MySQL AB, we started with mSQL, but found that it couldn't
satisfy our purposes so instead we wrote an SQL interface to our
application builder Unireg. mysqladmin and mysql client are
programs that were largely influenced by their mSQL counterparts.
We have put a lot of effort into making the MySQL syntax a superset of
mSQL. Many of the API's ideas are borrowed from mSQL to
make it easy to port free mSQL programs to the MySQL API.
The MySQL software doesn't contain any code from mSQL.
Two files in the distribution (`client/insert_test.c' and
`client/select_test.c') are based on the corresponding (non-copyrighted)
files in the mSQL distribution, but are modified as examples showing
the changes necessary to convert code from mSQL to MySQL Server.
(mSQL is copyrighted David J. Hughes.)
For his excellent C debugging and trace library. Monty has made a number of smaller improvements to the library (speed and additional options).
For his public domain string library.
For his regex library, used in WHERE column REGEXP regexp.
From whom we got an excellent compiler (gcc), the libc library
(from which we have borrowed `strto.c' to get some code working in Linux),
and the readline library (for the mysql client).
For a really great editor/environment used by almost everybody at MySQL AB/TcX/detron.
For helping us acquire http://www.mysql.com/.
For setting up qmail to handle the MySQL mailing list and for the incredible help we got in managing the MySQL mailing lists.
mysqldump (previously msqldump, but ported and enhanced by
Monty).
For keeping up and extending the MySQL OS/2 port.
For the DBD (Perl) interface.
Author of mysqlhotcopy.
For the Perl interface for MySQL Server.
For porting PHP for MySQL Server.
For the first MySQL manual. And a lot of spelling/language fixes for the FAQ (that turned into the MySQL manual a long time ago).
First translator of the MySQL Reference Manual into simplified Chinese in early 2000 on which the Big5 and HK coded (http://mysql.hitstar.com/) versions were based. Personal home page at linuxdb.yeah.net.
For porting iODBC (Unix ODBC).
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').
The author of LinuxThreads (used by the MySQL Server on Linux).
Sorting for Slovenian language and the `cset.tar.gz' module that makes it easier to add other character sets.
The _MB character set macros and the ujis and sjis character sets.
Base for concurrent insert, extended date syntax, debugging on NT, and answering on the MySQL mailing list.
mysqlaccess, a program to show the access rights for a user.
For JDBC, a module to extract data from a MySQL Database with a Java client.
Further development of the JDBC driver and other MySQL-related Java tools.
For setting up a searchable mailing list archive at his site.
For xmysql, a graphical X client for MySQL Server.
For providing RPM packages of MySQL for Red Hat Linux.
For providing RPM packages of MySQL for Red Hat Linux-Alpha.
For providing RPM versions of a lot of MySQL clients for Intel and SPARC.
For providing RPM versions for MySQL Version 3.21.
For maintaining the Perl DBD::mysql module.
French error messages.
Czech error messages.
Polish error messages.
Spanish error messages.
Norwegian error messages and testing of Version 3.21.#.
Russian error messages.
Italian error messages.
German error messages.
Slovak error messages.
Romanian error messages.
Hungarian error messages.
Portuguese error messages.
Danish error messages.
Dutch error messages, completing earlier partial translation (also work on consistency and spelling).
Ideas for secure checking of DNS hostnames.
Some support for Chinese(BIG5) characters.
A lot of functionality for the Chinese(GBK) character set.
FROM_UNIXTIME() time formatting, ENCRYPT() functions, and
bison advisor.
Active mailing list member.
Ported (and extended) the benchmark suite to DBI/DBD. Have
been of great help with crash-me and running benchmarks. Some new
date functions. The mysql_setpermissions script.
Big parts of the Perl DBI/DBD section in the manual.
Proof-reading of the Reference Manual.
User-definable functions (UDFs); CREATE FUNCTION and
DROP FUNCTION.
The AGGREGATE extension to UDF functions.
Help to set up InstallShield for MySQL-Win32.
The `libmysql.dll' library.
Mysqlmanager, a Win32 GUI tool for administrating MySQL Server.
Porting of MIT-pthreads to NetBSD/Alpha and NetBSD 1.3/i386.
Porting of the MySQL Database software to OS/2.
Examples in the MySQL Tutorial.
For making mysqlaccess more secure.
http://www.pspl.co.in/konark/. Help with the Win64 port of the MySQL server.
Configure updates for Tru64, large file support and better TCP wrappers support.
Emulation of pthread_mutex() for OS/2.
Extended MERGE tables to handle INSERTS. Active member
on the MySQL mailing lists.
Fixed handling of exponents for DECIMAL.
Author of mysql_tableinfo.
Excellent spotting and reporting innumerable bugs (especially in the MySQL 4.1 subquery code).
MySQL 4.1 testing and bug hunting.
New PHP 5.0 mysqli extension (API) for use with MySQL 4.1 and up.
Maintaining the Mac OS X packages and providing invaluable feedback on how to create Mac OS X PKGs.
Providing invaluable information and feedback about the QNX port.
Other contributors, bugfinders, and testers: James H. Thompson, Maurizio Menghini, Wojciech Tryc, Luca Berra, Zarko Mocnik, Wim Bonis, Elmar Haneke, jehamby@lightside, psmith@BayNetworks.com, duane@connect.com.au, Ted Deppner ted@psyber.com, Mike Simons, Jaakko Hyvatti.
And lots of bug report/patches from the folks on the mailing list.
A big tribute goes to those that help us answer questions on the MySQL mailing lists:
Irix setup.
Benchmark questions.
DBD-mysql questions.
SCO-related questions.
xmysql-related questions and basic installation questions.
Apache module configuration questions (log & auth), PHP-related questions, SQL syntax-related questions and other general questions.
General questions.
Questions pertaining to OS-specifics with Linux, SQL syntax, and other things that might need some work.
Using MySQL from PHP and Perl.
Not yet specified, but is flexible and can handle Linux and maybe HP-UX.
Will try to get user to use mysqlbug.
Questions about installing MySQL on Linux systems, using either `.rpm' files or compiling from source.
Simple billing/license/support/copyright issues.
ODBC and VisualC++ interface questions.
DBD, Linux, some SQL syntax questions.
While MySQL AB owns all copyrights in the MySQL server
and the MySQL manual, we wish to recognise the following companies,
which helped us finance the development of the MySQL server,
such as by paying us for developing a new feature or giving us hardware
for development of the MySQL server.
Funded replication.
Editing of the MySQL manual.
The MySQL web site in use between 1998-2000.
Contributed to development on Windows and Linux platforms.
Contributed to Development on Linux/Alpha.
Development on the embedded mysqld version.
--skip-show-database
| [ << ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
Hosting by: Hurra Communications Ltd.
Generated: 2007-01-26 17:58:44