diff options
author | unknown <mwagner@evoq.mwagner.org> | 2001-02-28 21:04:08 -0600 |
---|---|---|
committer | unknown <mwagner@evoq.mwagner.org> | 2001-02-28 21:04:08 -0600 |
commit | 6fe43628b960a28976b018b9fedc74dc55040c08 (patch) | |
tree | 54592efbc9573f9caa0a91ba2592c08bdcbf14f7 /Docs | |
parent | b330167e18a3c531b4dcc7ddbfde65bc21b9418a (diff) | |
download | mariadb-git-6fe43628b960a28976b018b9fedc74dc55040c08.tar.gz |
test-make-manual Fixed so that manual.html isn't cleaned up before it is viewed in the running $BROWSER.
manual.texi Added MyODBC patch to contrib section.
Docs/manual.texi:
Added MyODBC patch to contrib section.
Docs/Support/test-make-manual:
Fixed so that manual.html isn't cleaned up before it is viewed in the running $BROWSER.
Diffstat (limited to 'Docs')
-rwxr-xr-x | Docs/Support/test-make-manual | 4 | ||||
-rw-r--r-- | Docs/manual.texi | 5 |
2 files changed, 8 insertions, 1 deletions
diff --git a/Docs/Support/test-make-manual b/Docs/Support/test-make-manual index fb88410116b..822b9ff1e08 100755 --- a/Docs/Support/test-make-manual +++ b/Docs/Support/test-make-manual @@ -129,6 +129,8 @@ echo "If you would like to use a different browser, set the 'BROWSER' environmen echo "variable." echo -$BROWSER file://`pwd`/manual_toc.html +$BROWSER file:`pwd`/manual_toc.html +echo "-- Press Enter to Continue --" +read cleanup diff --git a/Docs/manual.texi b/Docs/manual.texi index 5f23b07a3fd..33d6d84ae91 100644 --- a/Docs/manual.texi +++ b/Docs/manual.texi @@ -40594,6 +40594,7 @@ for all MySQL fieldtypes (version 2001.1.1). By SciBit @uref{http://www.scibit.c @item @uref{http://www.fastflow.it/mylua/, MyLUA home page} How to use the LUA language to write @strong{MySQL} @code{PROCEDURE} that can be loaded runtime. + @itemize @bullet @item @uref{http://www.mysql.com/Downloads/Contrib/lua-4.0.tar.gz, Lua 4.0} LUA 4.0 @@ -40601,6 +40602,10 @@ LUA 4.0 Patch for MySQL 3.23.32 to use LUA 4.0. By Cristian Giussani. @end itemize +@item @uref{http://www.mysql.com/Downloads/Contrib/patched_myodbc.zip, patched_myodbc.zip} +Patch (for Omniform 4.0 support) to the MyODBC driver. +By Thomas Thaele @email{tthaele@@papenmeier.de} + @end itemize @appendixsec Clients |