Commit 5d4c730a authored by unknown's avatar unknown

MySQL trademark usage fixups.

parent 936f98fd
...@@ -47333,13 +47333,14 @@ helped to make MySQL what it is today. ...@@ -47333,13 +47333,14 @@ helped to make MySQL what it is today.
@appendixsec Developers at MySQL AB @appendixsec Developers at MySQL AB
These are the developers that are or have been employed by @code{MySQL AB} These are the developers that are or have been employed by @code{MySQL AB}
to work on @code{MySQL}, roughly in the order they started to work with us. to work on the @code{MySQL} database software, roughly in the order they
Following each developer is a small list of the tasks that the developer is started to work with us. Following each developer is a small list of the
responsible for, or the accomplishments they have made. tasks that the developer is responsible for, or the accomplishments they
have made.
@table @asis @table @asis
@item Michael (Monty) Widenius @item Michael (Monty) Widenius
Has written the following parts of MySQL: Has written the following parts of the MySQL database software:
@itemize @bullet @itemize @bullet
@item @item
All the main code in @code{mysqld}. All the main code in @code{mysqld}.
...@@ -47358,7 +47359,7 @@ The @code{replace} program (take a look at it, it's @strong{COOL}!). ...@@ -47358,7 +47359,7 @@ The @code{replace} program (take a look at it, it's @strong{COOL}!).
@item @item
@strong{MyODBC}, the ODBC driver for Windows95. @strong{MyODBC}, the ODBC driver for Windows95.
@item @item
Fixing bugs in MIT-pthreads to get it to work for MySQL. And Fixing bugs in MIT-pthreads to get it to work for MySQL Server. And
also Unireg, a curses-based application tool with many utilities. also Unireg, a curses-based application tool with many utilities.
@item @item
Porting of @code{mSQL} tools like @code{msqlperl}, @code{DBD}/@code{DBI}, and Porting of @code{mSQL} tools like @code{msqlperl}, @code{DBD}/@code{DBI}, and
...@@ -47560,16 +47561,16 @@ Win32 port with Borland compiler. @code{mysqlshutdown.exe} and ...@@ -47560,16 +47561,16 @@ Win32 port with Borland compiler. @code{mysqlshutdown.exe} and
For the effort to make a shareware SQL database. At TcX, the predecessor For the effort to make a shareware SQL database. At TcX, the predecessor
of MySQL AB, we started with @code{mSQL}, but found that it couldn't of MySQL AB, we started with @code{mSQL}, but found that it couldn't
satisfy our purposes so instead we wrote a SQL interface to our satisfy our purposes so instead we wrote a SQL interface to our
application builder Unireg. @code{mysqladmin} and @code{mysql} ar application builder Unireg. @code{mysqladmin} and @code{mysql} client are
programs that were largely influenced by their @code{mSQL} counterparts. programs that were largely influenced by their @code{mSQL} counterparts.
We have put a lot of effort into making the MySQL syntax a superset of We have put a lot of effort into making the MySQL syntax a superset of
@code{mSQL}. Many of the API's ideas are borrowed from @code{mSQL} to @code{mSQL}. Many of the API's ideas are borrowed from @code{mSQL} to
make it easy to port free @code{mSQL} programs to MySQL. make it easy to port free @code{mSQL} programs to the MySQL API.
MySQL doesn't contain any code from @code{mSQL}. The MySQL software doesn't contain any code from @code{mSQL}.
Two files in the distribution (@file{client/insert_test.c} and Two files in the distribution (@file{client/insert_test.c} and
@file{client/select_test.c}) are based on the corresponding (non-copyrighted) @file{client/select_test.c}) are based on the corresponding (non-copyrighted)
files in the @code{mSQL} distribution, but are modified as examples showing files in the @code{mSQL} distribution, but are modified as examples showing
the changes necessary to convert code from @code{mSQL} to MySQL. the changes necessary to convert code from @code{mSQL} to MySQL Server.
(@code{mSQL} is copyrighted David J. Hughes.) (@code{mSQL} is copyrighted David J. Hughes.)
@item Fred Fish @item Fred Fish
For his excellent C debugging and trace library. Monty has made a number For his excellent C debugging and trace library. Monty has made a number
...@@ -47600,9 +47601,9 @@ For the @code{DBD} (Perl) interface. ...@@ -47600,9 +47601,9 @@ For the @code{DBD} (Perl) interface.
@item Tim Bunce @item Tim Bunce
Author of @code{mysqlhotcopy}. Author of @code{mysqlhotcopy}.
@item Andreas Koenig @email{a.koenig@@mind.de} @item Andreas Koenig @email{a.koenig@@mind.de}
For the Perl interface to MySQL. For the Perl interface for MySQL Server.
@item Eugene Chan @email{eugene@@acenet.com.sg} @item Eugene Chan @email{eugene@@acenet.com.sg}
For porting PHP to MySQL. For porting PHP for MySQL Server.
@item Michael J. Miller Jr. @email{mke@@terrapin.turbolift.com} @item Michael J. Miller Jr. @email{mke@@terrapin.turbolift.com}
For the first MySQL manual. And a lot of spelling/language For the first MySQL manual. And a lot of spelling/language
fixes for the FAQ (that turned into the MySQL manual a long fixes for the FAQ (that turned into the MySQL manual a long
...@@ -47621,7 +47622,7 @@ software developed by Chris Provenzano, the University of California, ...@@ -47621,7 +47622,7 @@ software developed by Chris Provenzano, the University of California,
Berkeley, and contributors. We are currently using version 1_60_beta6 Berkeley, and contributors. We are currently using version 1_60_beta6
patched by Monty (see @file{mit-pthreads/Changes-mysql}). patched by Monty (see @file{mit-pthreads/Changes-mysql}).
@item Xavier Leroy @email{Xavier.Leroy@@inria.fr} @item Xavier Leroy @email{Xavier.Leroy@@inria.fr}
The author of LinuxThreads (used by MySQL on Linux). The author of LinuxThreads (used by the MySQL Server on Linux).
@item Zarko Mocnik @email{zarko.mocnik@@dem.si} @item Zarko Mocnik @email{zarko.mocnik@@dem.si}
Sorting for Slovenian language and the @file{cset.tar.gz} module that makes Sorting for Slovenian language and the @file{cset.tar.gz} module that makes
it easier to add other character sets. it easier to add other character sets.
...@@ -47633,15 +47634,14 @@ answering on the MySQL mailing list. ...@@ -47633,15 +47634,14 @@ answering on the MySQL mailing list.
@item Yves Carlier @email{Yves.Carlier@@rug.ac.be} @item Yves Carlier @email{Yves.Carlier@@rug.ac.be}
@code{mysqlaccess}, a program to show the access rights for a user. @code{mysqlaccess}, a program to show the access rights for a user.
@item Rhys Jones @email{rhys@@wales.com} (And GWE Technologies Limited) @item Rhys Jones @email{rhys@@wales.com} (And GWE Technologies Limited)
For the JDBC, a module to extract data from MySQL with a Java For the JDBC, a module to extract data from a MySQL Database with a Java client.
client.
@item Dr Xiaokun Kelvin ZHU @email{X.Zhu@@brad.ac.uk} @item Dr Xiaokun Kelvin ZHU @email{X.Zhu@@brad.ac.uk}
Further development of the JDBC driver and other MySQL-related Further development of the JDBC driver and other MySQL-related
Java tools. Java tools.
@item James Cooper @email{pixel@@organic.com} @item James Cooper @email{pixel@@organic.com}
For setting up a searchable mailing list archive at his site. For setting up a searchable mailing list archive at his site.
@item Rick Mehalick @email{Rick_Mehalick@@i-o.com} @item Rick Mehalick @email{Rick_Mehalick@@i-o.com}
For @code{xmysql}, a graphical X client for MySQL. For @code{xmysql}, a graphical X client for MySQL Server.
@item Doug Sisk @email{sisk@@wix.com} @item Doug Sisk @email{sisk@@wix.com}
For providing RPM packages of MySQL for RedHat Linux. For providing RPM packages of MySQL for RedHat Linux.
@item Diemand Alexander V. @email{axeld@@vial.ethz.ch} @item Diemand Alexander V. @email{axeld@@vial.ethz.ch}
...@@ -47707,11 +47707,11 @@ Help to set up InstallShield for MySQL-Win32. ...@@ -47707,11 +47707,11 @@ Help to set up InstallShield for MySQL-Win32.
@item Jethro Wright III @email{jetman@@li.net} @item Jethro Wright III @email{jetman@@li.net}
The @file{libmysql.dll} library. The @file{libmysql.dll} library.
@item James Pereria @email{jpereira@@iafrica.com} @item James Pereria @email{jpereira@@iafrica.com}
Mysqlmanager, a Win32 GUI tool for administrating MySQL. Mysqlmanager, a Win32 GUI tool for administrating MySQL Server.
@item Curt Sampson @email{cjs@@portal.ca} @item Curt Sampson @email{cjs@@portal.ca}
Porting of MIT-pthreads to NetBSD/Alpha and NetBSD 1.3/i386. Porting of MIT-pthreads to NetBSD/Alpha and NetBSD 1.3/i386.
@item Antony T. Curtis @email{antony.curtis@@olcs.net} @item Antony T. Curtis @email{antony.curtis@@olcs.net}
Porting of MySQL to OS/2. Porting of the MySQL Database software to OS/2.
@item Martin Ramsch @email{m.ramsch@@computer.org} @item Martin Ramsch @email{m.ramsch@@computer.org}
Examples in the MySQL Tutorial. Examples in the MySQL Tutorial.
@item Steve Harvey @item Steve Harvey
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment