📄 manual_credits.html
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!-- saved from url=(0074)manual_Credits.html -->
<html>
<head>
<title>MySQL Reference Manual for version 3.23.7-alpha. - C Contributors to MySQL</title>
<meta content="text/html; charset=gb2312" http-equiv="Content-Type">
<!-- This HTML file has been created by texi2html 1.52 (hacked by david@detron.se)
from /dr1/my/masters/mysql-3.23/Docs/manual.texi on 9 December 1999 -->
<meta content="Microsoft FrontPage 3.0" name="GENERATOR">
</head>
<body bgColor="#ffffff" link="#101090" text="#000000" vLink="#7030b0">
<p>Go to the <a href="manual_Introduction.html">first</a>, <a href="manual_Contrib.html">previous</a>,
<a href="manual_News.html">next</a>, <a href="manual_Concept_Index.html">last</a> section,
<a href="manual_toc.html">table of contents</a>. </p>
<hr>
<h1><a href="manual_toc.html#Credits" name="Credits">C Contributors to MySQL</a></h1>
<p>Contributors to the <strong>MySQL</strong> distribution are listed below, in somewhat
random order:
<dl compact>
<dt>Michael (Monty) Widenius </dt>
<dd>Has written the following parts of <strong>MySQL</strong>: <ul>
<li>All the main code in <code>mysqld</code>. </li>
<li>New functions for the string library. </li>
<li>Most of the <code>mysys</code> library. </li>
<li>The <code>ISAM</code> and <code>MyISAM</code> libraries (B-tree index file handlers with
index compression and different record formats). </li>
<li>The <code>heap</code> library. A memory table system with our superior full dynamic
hashing. In use since 1981 and published around 1984. </li>
<li>The <code>replace</code> program (look into it, it's COOL!). </li>
<li><strong>MyODBC</strong>, the ODBC driver for Windows95. </li>
<li>Fixing bugs in MIT-pthreads to get it to work for <strong>MySQL</strong>. And also
Unireg, a curses-based application tool with many utilities. </li>
<li>Porting of <code>mSQL</code> tools like <code>msqlperl</code>, <code>DBD</code>/<code>DBI</code>
and <code>DB2mysql</code>. </li>
<li>Most parts of crash-me and the <strong>MySQL</strong> benchmarks. </li>
</ul>
</dd>
<dt>David Axmark </dt>
<dd><ul>
<li>Coordinator and main writer for the <strong>Reference Manual</strong>, including
enhancements to <code>texi2html</code>. Also automatic website updating from this manual. </li>
<li>Autoconf, Automake and <code>libtool</code> support. </li>
<li>The licensing stuff. </li>
<li>Parts of all the text files. (Nowadays only the <tt>`README'</tt> is left. The rest
ended up in the manual.) </li>
<li>Our Mail master. </li>
<li>Lots of testing of new features. </li>
<li>Our in-house ``free'' software lawyer. </li>
<li>Mailing list maintainer (who never has the time to do it right...) </li>
<li>Our original portability code (more than 10 years old now). Nowadays only some parts of <code>mysys</code>
are left. </li>
<li>Someone for Monty to call in the middle of the night when he just got that new feature
to work. :-) </li>
</ul>
</dd>
<dt>Paul DuBois </dt>
<dd>Help with making the Reference Manual correct and understandable. </dd>
<dt>Gianmassimo Vigazzola <a href="mailto:qwerg@mbox.vol.it">qwerg@mbox.vol.it</a> or <a
href="mailto:qwerg@tin.it">qwerg@tin.it</a> </dt>
<dd>The initial port to Win32/NT. </dd>
<dt>Kim Aldale </dt>
<dd>Rewriting Monty's and David's attempts at English into English. </dd>
<dt>Allan Larsson (The BOSS at TcX) </dt>
<dd>For all the time he has allowed Monty to spend on this ``maybe useful'' tool (<strong>MySQL</strong>).
Dedicated user (and bug finder) of Unireg & <strong>MySQL</strong>. </dd>
<dt>Per Eric Olsson </dt>
<dd>For more or less constructive criticism and real testing of the dynamic record format. </dd>
<dt>Irena Pancirov <a href="mailto:irena@mail.yacc.it">irena@mail.yacc.it</a> </dt>
<dd>Win32 port with Borland compiler. </dd>
<dt>David J. Hughes </dt>
<dd>For the effort to make a shareware SQL database. We at TcX started with <code>mSQL</code>,
but found that it couldn't satisfy our purposes so instead we wrote a SQL interface to our
application builder Unireg. <code>mysqladmin</code> and <code>mysql</code> are programs
that were largely influenced by their <code>mSQL</code> counterparts. We have put a lot of
effort into making the <strong>MySQL</strong> syntax a superset of <code>mSQL</code>. Many
of the APIs ideas are borrowed from <code>mSQL</code> to make it easy to port free <code>mSQL</code>
programs to <strong>MySQL</strong>. <strong>MySQL</strong> doesn't contain any code from <code>mSQL</code>.
Two files in the distribution (<tt>`client/insert_test.c'</tt> and <tt>`client/select_test.c'</tt>)
are based on the corresponding (non-copyrighted) files in the <code>mSQL</code>
distribution, but are modified as examples showing the changes necessary to convert code
from <code>mSQL</code> to <strong>MySQL</strong>. (<code>mSQL</code> is copyrighted David
J. Hughes.) </dd>
<dt>Fred Fish </dt>
<dd>For his excellent C debugging and trace library. Monty has made a number of smaller
improvements to the library (speed and additional options). </dd>
<dt>Richard A. O'Keefe </dt>
<dd>For his public domain string library. </dd>
<dt>Henry Spencer </dt>
<dd>For his regex library, used in <code>WHERE column REGEXP regexp</code>. </dd>
<dt>Free Software Foundation </dt>
<dd>From whom we got an excellent compiler (<code>gcc</code>), the <code>libc</code> library
(from which we have borrowed <tt>`strto.c'</tt> to get some code working in Linux) and the
<code>readline</code> library (for the <code>mysql</code> client). </dd>
<dt>Free Software Foundation & The XEmacs development team </dt>
<dd>For a really great editor/environment used by almost everybody at TcX/detron. </dd>
<dt>Igor Romanenko <a href="mailto:igor@frog.kiev.ua">igor@frog.kiev.ua</a> </dt>
<dd><code>mysqldump</code> (previously <code>msqldump</code>, but ported and enhanced by
Monty). </dd>
<dt>Tim Bunce, Alligator Descartes </dt>
<dd>For the <code>DBD</code> (Perl) interface. </dd>
<dt>Andreas Koenig <a href="mailto:a.koenig@mind.de">a.koenig@mind.de</a> </dt>
<dd>For the Perl interface to <strong>MySQL</strong>. </dd>
<dt>Eugene Chan <a href="mailto:eugene@acenet.com.sg">eugene@acenet.com.sg</a> </dt>
<dd>For porting PHP to <strong>MySQL</strong>. </dd>
<dt>Michael J. Miller Jr. <a href="mailto:mke@terrapin.turbolift.com">mke@terrapin.turbolift.com</a>
</dt>
<dd>For the first <strong>MySQL</strong> manual. And a lot of spelling/language fixes for
the FAQ (that turned into the <strong>MySQL</strong> manual a long time ago). </dd>
<dt>Giovanni Maruzzelli <a href="mailto:maruzz@matrice.it">maruzz@matrice.it</a> </dt>
<dd>For porting iODBC (Unix ODBC). </dd>
<dt>Chris Provenzano </dt>
<dd>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 <tt>`mit-pthreads/Changes-mysql'</tt>).
</dd>
<dt>Xavier Leroy <a href="mailto:Xavier.Leroy@inria.fr">Xavier.Leroy@inria.fr</a> </dt>
<dd>The author of LinuxThreads (used by <strong>MySQL</strong> on Linux). </dd>
<dt>Zarko Mocnik <a href="mailto:zarko.mocnik@dem.si">zarko.mocnik@dem.si</a> </dt>
<dd>Sorting for Slovenian language and the <tt>`cset.tar.gz'</tt> module that makes it
easier to add other character sets. </dd>
<dt>"TAMITO" <a href="mailto:tommy@valley.ne.jp">tommy@valley.ne.jp</a> </dt>
<dd>The <code>_MB</code> character set macros and the ujis and sjis character sets. </dd>
<dt>Yves Carlier <a href="mailto:Yves.Carlier@rug.ac.be">Yves.Carlier@rug.ac.be</a> </dt>
<dd><code>mysqlaccess</code>, a program to show the access rights for a user. </dd>
<dt>Rhys Jones <a href="mailto:rhys@wales.com">rhys@wales.com</a> (And GWE Technologies
Limited) </dt>
<dd>For the JDBC, a module to extract data from <strong>MySQL</strong> with a Java client. </dd>
<dt>Dr Xiaokun Kelvin ZHU <a href="mailto:X.Zhu@brad.ac.uk">X.Zhu@brad.ac.uk</a> </dt>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -