diff options
author | unknown <sasha@mysql.sashanet.com> | 2001-05-03 18:18:35 -0600 |
---|---|---|
committer | unknown <sasha@mysql.sashanet.com> | 2001-05-03 18:18:35 -0600 |
commit | 4b9ade89b1e6144ba9c3ec2fe4ed61b09895bcef (patch) | |
tree | eb42b1b218b945dbc778ae87e521d790ddb56a60 /Docs | |
parent | d6ad4beed345b96dd45b4c731cd53f22cc5ef65d (diff) | |
download | mariadb-git-4b9ade89b1e6144ba9c3ec2fe4ed61b09895bcef.tar.gz |
Docs/manual.texi
added reference to htCheck, and removed some broken links (incidentally, found by htCheck)
Docs/manual.texi:
added reference to htCheck, and removed some broken links (incidentally, found by htCheck)
Diffstat (limited to 'Docs')
-rw-r--r-- | Docs/manual.texi | 28 |
1 files changed, 12 insertions, 16 deletions
diff --git a/Docs/manual.texi b/Docs/manual.texi index 7305567097a..0ff58bbd08d 100644 --- a/Docs/manual.texi +++ b/Docs/manual.texi @@ -2719,7 +2719,7 @@ Popular iODBC Driver Manager (libiodbc) now available as Open Source. @item @uref{http://users.ids.net/~bjepson/freeODBC/} The FreeODBC Pages. -@item @uref{http:/http://genix.net/unixODBC/} +@item @uref{http://genix.net/unixODBC/} The unixODBC Project goals are to develop and promote unixODBC to be the definitive standard for ODBC on the Linux platform. This is to include GUI support for KDE. @@ -2776,7 +2776,7 @@ environment. @item @uref{http://www.wix.com/mysql-hosting/} Registry of Web providers who support @strong{MySQL}. -@item @uref{http://www.softagency.co.jp/mysql/index.en.phtml} +@item @uref{http://www.softagency.co.jp/mysql/index.en.html} Links about using @strong{MySQL} in Japan/Asia. @item @uref{http://abattoir.cc.ndsu.nodak.edu/~nem/mysql/udf/} @@ -2896,11 +2896,6 @@ same (or similar) query. Uses PHP and @strong{MySQL}. @item @uref{http://www.stopbit.com/} Stopbit - A technology news site using @strong{MySQL} and PHP. -@c Added 990604 -@c EMAIL: ah@dybdahl.dk -@item @uref{http://www.jokes2000.com/scripts/} -Example scripts at Jokes2000. - @item @uref{http://www.linuxsupportline.com/~kalendar/} KDE based calendar manager - The calendar manager has both single user (file based) and multi-user (@strong{MySQL} database) support. @@ -7749,7 +7744,7 @@ For the source distribution of @code{glibc} 2.0.7, a patch that is easy to apply and is tested with @strong{MySQL} may be found at: @example -@uref{http://www.mysql.com/Download/Linux/glibc-2.0.7-total-patch.tar.gz} +@uref{http://www.mysql.com/Downloads/Linux/glibc-2.0.7-total-patch.tar.gz} @end example If you experience crashes like these when you build @strong{MySQL}, you can @@ -42339,7 +42334,7 @@ more than one way to compute} @itemize @bullet -@item @uref{http:www.spylog.ru/, SpyLOG ; A very popular Web counter site} +@item @uref{http://www.spylog.ru/, SpyLOG ; A very popular Web counter site} @item @uref{http://www.tucows.com/, TuCows Network; Free Software archive} @@ -42361,8 +42356,6 @@ more than one way to compute} @item @uref{http://www.game-developer.com/,The Game Development Search Engine} -@item @uref{http://www.i-run.com/html/cookbook.html,My-Recipe.com; Cookbook at i-run.com} - @item @uref{www.theinnkeeper.com, The Innkeeper Vacation Guides} @item @uref{http://www.macgamedatabase.com/, The Mac Game Database uses PHP and MySQL} @@ -42494,7 +42487,7 @@ the @strong{MySQL} database @itemize @bullet @c @item @uref{http://www.wh200th.com, White House 200th Anniversary site} -@item @uref{http://war.jgaa.com:8080/support/index.php3, Jgaa's Internet - Official Support Site} +@item @uref{http://support.jgaa.com/, Jgaa's Internet - Official Support Site} @item @uref{http://io.incluso.com, Ionline - online publication:} @strong{MySQL}, PHP, Java, Web programming, DB development @@ -42558,10 +42551,6 @@ Ecommerce site that is selling computers. @appendixsec Programming -@itemize @bullet -@item @uref{http://www.perl.org/cpan-testers, The Perl CPAN Testers results page} -@end itemize - @cindex web pages, miscellaneous @appendixsec Uncategorized Pages @@ -43160,6 +43149,10 @@ Apache module to include HTML from @strong{MySQL} queries into your pages, and run update queries. Originally written to implement a simple fast low-overhead banner-rotation system. By Sasha Pachev. +@item @uref{http://htcheck.sourceforge.net, htCheck} - URL checker with +MySQL backend. Spidered URLs can later be queried using SQL to retrieve +various kinds of information, eg. broken links. Written by Gabriele Bartolini. + @item @uref{http://www.odbsoft.com/cook/sources.htm} This package has various functions for generating html code from a SQL table structure and for generating SQL statements (Select, Insert, @@ -44091,6 +44084,9 @@ not yet 100% confident in this code. @appendixsubsec Changes in release 3.23.38 @itemize @bullet @item +Better error message when slave @code{max_allowed_packet} is to low to +read a very long log event from the master +@item Fixed bug when too many rows where removed when using @code{SELECT DISTINCT ... HAVING}. @item |