diff options
author | monty@donna.mysql.fi <> | 2001-03-16 02:43:51 +0200 |
---|---|---|
committer | monty@donna.mysql.fi <> | 2001-03-16 02:43:51 +0200 |
commit | 6f5188d710bbb06913f733ab9443f9fbb3505655 (patch) | |
tree | 8097e796012fbef5cd86b75c6ebf9fa576b79f75 /Docs | |
parent | a7998f825b5b16938cc5ad7a891c4a359e6fb4ef (diff) | |
parent | a1e6710b96dba74d79e5b93969f39a124a4c63b4 (diff) | |
download | mariadb-git-6f5188d710bbb06913f733ab9443f9fbb3505655.tar.gz |
Merge work:/my/mysql into donna.mysql.fi:/home/my/bk/mysql
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 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. |