diff options
author | unknown <monty@hundin.mysql.fi> | 2002-03-22 01:03:34 +0200 |
---|---|---|
committer | unknown <monty@hundin.mysql.fi> | 2002-03-22 01:03:34 +0200 |
commit | a333c33f7e19ce0bc230ca32ce25063640df84cd (patch) | |
tree | 932b64f535192a08e083a9360ec58924df455417 /Docs | |
parent | b70f53b28940008233995d885584c2e0984e3bf4 (diff) | |
download | mariadb-git-a333c33f7e19ce0bc230ca32ce25063640df84cd.tar.gz |
Fix for load data infile when no active database
Fix for Solaris and gethostbyname_r
Docs/manual.texi:
Changelog
client/mysql.cc:
Cleanup
configure.in:
Fix for Solaris and gethostbyname_r
sql/log_event.h:
Fix for load data infile when no active database
sql/sql_load.cc:
Fix for load data infile when no active database
Diffstat (limited to 'Docs')
-rw-r--r-- | Docs/manual.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Docs/manual.texi b/Docs/manual.texi index 4955de63ea8..f3066621838 100644 --- a/Docs/manual.texi +++ b/Docs/manual.texi @@ -46897,6 +46897,9 @@ not yet 100% confident in this code. @appendixsubsec Changes in release 3.23.50 @itemize @bullet @item +Fixed core-dump bug when using @code{--log-bin} with @code{LOAD DATA +INFILE} without an active database. +@item Fixed problem with @code{SHOW CREATE TABLE} and @code{PRIMARY KEY} when using 32 indexes. @item |