diff options
author | unknown <arjen@co3064164-a.bitbike.com> | 2001-12-05 12:15:40 +1000 |
---|---|---|
committer | unknown <arjen@co3064164-a.bitbike.com> | 2001-12-05 12:15:40 +1000 |
commit | 7aab8d6d2a560cf5884fb3b10fa7d85bff9a9c4c (patch) | |
tree | f5bc9eb9ee0673d6816eeaf56216324fd61af658 | |
parent | 0831ce1c616296196eff82065da469156b4def82 (diff) | |
download | mariadb-git-7aab8d6d2a560cf5884fb3b10fa7d85bff9a9c4c.tar.gz |
Updated Sinisa's contribution items.
-rw-r--r-- | Docs/manual.texi | 26 |
1 files changed, 23 insertions, 3 deletions
diff --git a/Docs/manual.texi b/Docs/manual.texi index bbe7355a33c..e345a650188 100644 --- a/Docs/manual.texi +++ b/Docs/manual.texi @@ -45729,7 +45729,7 @@ that new feature to work. @item A lot of extensions to the @code{mysql} client. @item -@code{procedure analyse()} +@code{PROCEDURE ANALYSE()} @end itemize @item Sinisa Milivojevic @@ -45739,9 +45739,29 @@ Compression (with @code{zlib}) in the client/server protocol. @item Perfect hashing for the lexical analyser phase. @item -The MySQLGUI client. +Multi-row @code{INSERT} @item -Maintainer of mysql++. +@code{mysqldump} -e option +@item +@code{LOAD DATA INFILE LOCAL} +@item +@code{SQL_CALC_FOUND_ROWS} @code{SELECT} option +@item +@code{--max-user-connections=...} option +@item +@code{net_read} and @code{net_write_timeout} +@item +@code{GRANT}/@code{REVOKE} and @code{SHOW GRANTS FOR} +@item +New client-server protocol for 4.0 +@item +@code{UNION}. +@item +Multi-table @code{DELETE}/@code{UPDATE} +@item +The @code{MySQLGUI} client. +@item +Maintainer of @code{MySQL++}. @end itemize @item Tonu Samuel |