diff options
author | unknown <jani@hynda.mysql.fi> | 2001-03-15 15:00:39 +0200 |
---|---|---|
committer | unknown <jani@hynda.mysql.fi> | 2001-03-15 15:00:39 +0200 |
commit | e0296db76e3d02b6aa239cf27588db523928aab5 (patch) | |
tree | 40d22ef58030b75e2f4f0275c9d4c4698d2d0116 /Docs | |
parent | b0847b79c588a065808f83a9058142581ca3a934 (diff) | |
download | mariadb-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.texi | 4 |
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. |