mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 04:53:01 +01:00
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.
This commit is contained in:
parent
cb7f3f4fdc
commit
9c96f172b5
2 changed files with 8 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue