Commit 7d4528c6 authored by jcole@tetra.uu.net's avatar jcole@tetra.uu.net

Fixed up the Developer section of the manual.

parent 8a415f75
...@@ -818,7 +818,7 @@ MySQL internals ...@@ -818,7 +818,7 @@ MySQL internals
Credits Credits
* developers:: * Developers::
* Contributors:: * Contributors::
MySQL change history MySQL change history
...@@ -18275,8 +18275,7 @@ operations reuse old record positions. To reclaim unused space and reduce ...@@ -18275,8 +18275,7 @@ operations reuse old record positions. To reclaim unused space and reduce
file sizes, use the @code{OPTIMIZE TABLE} statement or the @code{myisamchk} file sizes, use the @code{OPTIMIZE TABLE} statement or the @code{myisamchk}
utility to reorganize tables. @code{OPTIMIZE TABLE} is easier, but utility to reorganize tables. @code{OPTIMIZE TABLE} is easier, but
@code{myisamchk} is faster. @code{myisamchk} is faster.
@xref{OPTIMIZE TABLE, , @code{OPTIMIZE TABLE}} and See @ref{OPTIMIZE TABLE, , @code{OPTIMIZE TABLE}} and @ref{Optimization}.
@ref{Optimization}.
The @strong{MySQL}-specific @code{LIMIT rows} option to @code{DELETE} tells The @strong{MySQL}-specific @code{LIMIT rows} option to @code{DELETE} tells
the server the maximum number of rows to be deleted before control is the server the maximum number of rows to be deleted before control is
...@@ -18308,7 +18307,7 @@ Doesn't return the number of deleted rows. ...@@ -18308,7 +18307,7 @@ Doesn't return the number of deleted rows.
@item @item
As long as the table definition file @file{table_name.frm} is As long as the table definition file @file{table_name.frm} is
valid, the table can be re-created this way, even if the data or index valid, the table can be re-created this way, even if the data or index
files have become corrupted.. files have become corrupted.
@end table @end table
@findex SELECT @findex SELECT
...@@ -38345,15 +38344,15 @@ The following persons have helped us make MySQL what it's today ...@@ -38345,15 +38344,15 @@ The following persons have helped us make MySQL what it's today
@cindex developers, list of @cindex developers, list of
@menu @menu
* developers:: * Developers::
* Contributors:: * Contributors::
@end menu @end menu
@node developers, Contributors, Credits, Credits @node Developers, Contributors, Credits, Credits
@appendixsubsec Delevopers at MySQL AB @appendixsubsec Developers at MySQL AB
Developers that are or has been employed by MySQL AB to work on MySQL. Developers that are or have been employed by MySQL AB to work on MySQL.
(In about the order they started to work with us) (In roughly the order they started to work with us)
@table @asis @table @asis
@item Michael (Monty) Widenius @item Michael (Monty) Widenius
...@@ -38501,29 +38500,29 @@ Proofreading and editing this fine manual. ...@@ -38501,29 +38500,29 @@ Proofreading and editing this fine manual.
The new @strong{MySQL} GUI client. The new @strong{MySQL} GUI client.
@end itemize @end itemize
@item Indrek Sitan @item Indrek Siitan
@itemize @bullet @itemize @bullet
Desinger/programmer of our web interface. Designer/programmer of our web interface.
@end itemize @end itemize
@end table @end table
The following non developers are also working in/with MySQL AB The following non-developers are also working in/with MySQL AB
@table @asis @table @asis
@item @item
Hans Kierkegaard ; Resonsible for MySQL license handling. Hans Kierkegaard - Responsible for MySQL license handling.
@item @item
Antti Halonen ; Sales manager Antti Halonen - Sales manager.
@item @item
Jonas Norrman ; Handles licensing questions sent to @email{info@@mysql.com}. Jonas Norrman - Handles licensing questions sent to @email{info@@mysql.com}.
@item @item
Erik Granberg ; Handles MySQL partners (and a lot of other stuff) Erik Granberg - Handles MySQL partners (and a lot of other stuff).
@item @item
Allan Larsson (The BOSS for TCX DataKonsult AB). Allan Larsson (The BOSS for TCX DataKonsult AB).
@end table @end table
@cindex contributors, list of @cindex contributors, list of
@node Contributors, , developers, Credits @node Contributors, , Developers, Credits
@appendixsubsec Contributors to MySQL @appendixsubsec Contributors to MySQL
Contributors to the @strong{MySQL} distribution are listed below, in Contributors to the @strong{MySQL} distribution are listed below, in
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