test-make-manual Fixed so that manual.html isn't cleaned up before it is...

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.
parent cb7f3f4f
...@@ -129,6 +129,8 @@ echo "If you would like to use a different browser, set the 'BROWSER' environmen ...@@ -129,6 +129,8 @@ echo "If you would like to use a different browser, set the 'BROWSER' environmen
echo "variable." echo "variable."
echo echo
$BROWSER file://`pwd`/manual_toc.html $BROWSER file:`pwd`/manual_toc.html
echo "-- Press Enter to Continue --"
read
cleanup cleanup
...@@ -40594,6 +40594,7 @@ for all MySQL fieldtypes (version 2001.1.1). By SciBit @uref{http://www.scibit.c ...@@ -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} @item @uref{http://www.fastflow.it/mylua/, MyLUA home page}
How to use the LUA language to write @strong{MySQL} @code{PROCEDURE} that can How to use the LUA language to write @strong{MySQL} @code{PROCEDURE} that can
be loaded runtime. be loaded runtime.
@itemize @bullet @itemize @bullet
@item @uref{http://www.mysql.com/Downloads/Contrib/lua-4.0.tar.gz, Lua 4.0} @item @uref{http://www.mysql.com/Downloads/Contrib/lua-4.0.tar.gz, Lua 4.0}
LUA 4.0 LUA 4.0
...@@ -40601,6 +40602,10 @@ LUA 4.0 ...@@ -40601,6 +40602,10 @@ LUA 4.0
Patch for MySQL 3.23.32 to use LUA 4.0. By Cristian Giussani. Patch for MySQL 3.23.32 to use LUA 4.0. By Cristian Giussani.
@end itemize @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 @end itemize
@appendixsec Clients @appendixsec Clients
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