summaryrefslogtreecommitdiff
path: root/Docs
diff options
context:
space:
mode:
authorunknown <jani@hynda.mysql.fi>2001-03-15 15:00:39 +0200
committerunknown <jani@hynda.mysql.fi>2001-03-15 15:00:39 +0200
commite0296db76e3d02b6aa239cf27588db523928aab5 (patch)
tree40d22ef58030b75e2f4f0275c9d4c4698d2d0116 /Docs
parentb0847b79c588a065808f83a9058142581ca3a934 (diff)
downloadmariadb-git-e0296db76e3d02b6aa239cf27588db523928aab5.tar.gz
Updated manual.
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 6c2d45d7948..3e02ab2d958 100644
--- a/Docs/manual.texi
+++ b/Docs/manual.texi
@@ -26421,6 +26421,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.