diff options
author | unknown <monty@hundin.mysql.fi> | 2002-03-06 22:06:18 +0200 |
---|---|---|
committer | unknown <monty@hundin.mysql.fi> | 2002-03-06 22:06:18 +0200 |
commit | c13baf70ec937501389ed6e9f94c98635f1c1b76 (patch) | |
tree | 144f453dcafda3e77cbdd33007723b65d60e699c /Docs | |
parent | d6998363afc004fd92248af521ed40fa52027954 (diff) | |
download | mariadb-git-c13baf70ec937501389ed6e9f94c98635f1c1b76.tar.gz |
Fix for --enable-local-infile
Docs/manual.texi:
Changelog
acinclude.m4:
Cleanup --help output
libmysql/libmysql.c:
Fix for reading option groups in client
Diffstat (limited to 'Docs')
-rw-r--r-- | Docs/manual.texi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Docs/manual.texi b/Docs/manual.texi index 48b5be95b41..9e8c63f88f5 100644 --- a/Docs/manual.texi +++ b/Docs/manual.texi @@ -46890,6 +46890,8 @@ not yet 100% confident in this code. @node News-3.23.50, News-3.23.49, News-3.23.x, News-3.23.x @appendixsubsec Changes in release 3.23.50 @itemize @bullet +Fixed core-dump bug when reading client groups from option files using +@code{mysql_options()}. @item Memory leak (16 bytes per every @strong{corrupted} table) closed. @item |