diff options
author | unknown <monty@donna.mysql.fi> | 2001-05-14 01:12:40 +0300 |
---|---|---|
committer | unknown <monty@donna.mysql.fi> | 2001-05-14 01:12:40 +0300 |
commit | 476625dd63a75f4127c9e496f973b54c794535b1 (patch) | |
tree | cb1a5610599f1fc83e5df7ee8022395b7899f909 /Docs | |
parent | 9c3297c9b24d3cd9e09e2c98f349bd5cfae33f85 (diff) | |
download | mariadb-git-476625dd63a75f4127c9e496f973b54c794535b1.tar.gz |
Cleanup up stacktrace code
Updated qsort source from glibc.
Add debugging of keycache when EXTRA_DEBUG is specified
Docs/manual.texi:
Added new contrib stuff
bdb/dist/Makefile.in:
Don't automaticly checkout things from bk
mysys/mf_keycache.c:
Add debugging of keycache when EXTRA_DEBUG is specified.
mysys/mf_qsort.c:
Updated qsort source from glibc.
sql/Makefile.am:
Cleanup up stacktrace code
sql/mysqld.cc:
Cleanup up stacktrace code
Diffstat (limited to 'Docs')
-rw-r--r-- | Docs/manual.texi | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/Docs/manual.texi b/Docs/manual.texi index b3023a905c7..e1bf4045e1a 100644 --- a/Docs/manual.texi +++ b/Docs/manual.texi @@ -43451,18 +43451,23 @@ your actual @strong{MySQL} server either way. Free of charge. See Created by Laurent Bossavit of NetDIVE. @strong{NOTE:} Doesn't work with Access2! -@item @uref{http://www.mysql.com/Downloads/Contrib/msql2mysqlWrapper-1.0.tgz, /msql2mysqlWrapper 1.0} +@item @uref{http://www.mysql.com/Downloads/Contrib/mdb2sql.bas, mdb2sql.bas} +Converter from Access97 to @strong{MySQL} by Moshe Gurvich. + +@item @uref{http://www.mysql.com/Downloads/Contrib/msql2mysqlWrapper-1.0.tgz, msql2mysqlWrapper 1.0} A C wrapper from @code{mSQL} to @strong{MySQL}. By @email{alfred@@sb.net} @item @uref{http://www.mysql.com/Downloads/Contrib/sqlconv.pl, sqlconv.pl} -A simple script that can be used to copy fields from one @strong{MySQL} table to -another in bulk. Basically, you can run @code{mysqldump} and pipe it to +A simple script that can be used to copy fields from one @strong{MySQL} table +to another in bulk. Basically, you can run @code{mysqldump} and pipe it to the @code{sqlconv.pl} script. The script will parse through the @code{mysqldump} output and will rearrange the fields so they can be inserted into a new table. An example is when you want to create a new table for a different site you are working on, but the table is just a bit different (that is - fields in different order, etc.). By Steve Shreeve. +@item @uref{http://www.mysql.com/Downloads/Contrib/oracledump, oracledump} +Perl program to convert Oracle databases to @strong{MySQL}. By Johan Andersson. @end itemize @appendixsec Using MySQL with Other Products |