summaryrefslogtreecommitdiff
path: root/Docs
diff options
context:
space:
mode:
authorunknown <monty@hundin.mysql.fi>2001-06-02 00:03:16 +0300
committerunknown <monty@hundin.mysql.fi>2001-06-02 00:03:16 +0300
commit7c077e68f663e082924a359ecd3cfdfdedd88967 (patch)
treedaa8be0909526f70ad0e41daf9d281673f2ca826 /Docs
parent455b6952d60c07245d604b2f3fd7d41a63fa89ae (diff)
downloadmariadb-git-7c077e68f663e082924a359ecd3cfdfdedd88967.tar.gz
Fixed bug that caused client to hang because mysqld never did send an
error message if the table open or the index creation failed. Updated portuguese error messages. Fix for OS/2 that affected CHECK TABLE. Docs/manual.texi: Changelog. libmysql/errmsg.c: Updated portuguese error messages mysys/my_copy.c: Fix for OS/2 sql/net_pkg.cc: cleanup sql/share/portuguese/errmsg.txt: Updated portuguese error messages sql/slave.cc: Cleanup. Fixed bug that caused client to hang because mysqld never did send an error message if the table open or the index creation failed. sql/sql_parse.cc: Moved handling of 'no_send_ok' to fetch_nx_table. sql/sql_table.cc: Cleanup.
Diffstat (limited to 'Docs')
-rw-r--r--Docs/manual.texi6
1 files changed, 5 insertions, 1 deletions
diff --git a/Docs/manual.texi b/Docs/manual.texi
index 664f1861b42..169297e16de 100644
--- a/Docs/manual.texi
+++ b/Docs/manual.texi
@@ -9603,7 +9603,7 @@ shell> cd mysql_installation_directory
shell> ./bin/safe_mysqld --user=mysql &
@end example
-For a binary distribution, do this:
+For a binary distribution (not RPM or pkg packages), do this:
@example
shell> cd mysql_installation_directory
@@ -45459,6 +45459,8 @@ Slovak error messages.
Romanian error messages.
@item Peter Feher
Hungarian error messages.
+@item Roberto M. Serqueira
+Portugise error messages.
@item David Sacerdote @email{davids@@secnet.com}
Ideas for secure checking of DNS hostnames.
@item Wei-Jou Chen @email{jou@@nematic.ieo.nctu.edu.tw}
@@ -45725,6 +45727,8 @@ not yet 100% confident in this code.
@appendixsubsec Changes in release 3.23.39
@itemize @bullet
@item
+Fixed problem that client 'hang' when @code{LOAD TABLE FROM MASTER} failed.
+@item
Running @code{myisamchk --fast --force} will not anymore repair tables
that only had the open count wrong.
@item