summaryrefslogtreecommitdiff
path: root/Docs
diff options
context:
space:
mode:
authorunknown <monty@donna.mysql.fi>2001-03-16 02:43:51 +0200
committerunknown <monty@donna.mysql.fi>2001-03-16 02:43:51 +0200
commitb995f37d6b8694aad05c79da10b08d34a16def83 (patch)
tree8097e796012fbef5cd86b75c6ebf9fa576b79f75 /Docs
parentdd3aec10da95f2957749e8f37e551c93b4d3aeb0 (diff)
parent34236e77473358d13cd087ecb3791bca4c3e8b20 (diff)
downloadmariadb-git-b995f37d6b8694aad05c79da10b08d34a16def83.tar.gz
Merge work:/my/mysql into donna.mysql.fi:/home/my/bk/mysql
Docs/manual.texi: Auto merged BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
Diffstat (limited to 'Docs')
-rw-r--r--Docs/manual.texi4
1 files changed, 4 insertions, 0 deletions
diff --git a/Docs/manual.texi b/Docs/manual.texi
index 6558575aa9f..3cc64a0067b 100644
--- a/Docs/manual.texi
+++ b/Docs/manual.texi
@@ -26463,6 +26463,10 @@ option to @code{configure}, and the character set configuration files
listed in @file{SHAREDIR/charsets/Index}.
@xref{Quick install}.
+If you change the character set when running MySQL (which may also
+change the sort order), you must run myisamchk -r -q on all
+tables. Otherwise your indexes may not be ordered correctly.
+
When a client connects to a @strong{MySQL} server, the server sends the
default character set in use to the client. The client will switch to
use this character set for this connection.