diff options
-rw-r--r-- | BitKeeper/etc/logging_ok | 13 | ||||
-rw-r--r-- | Docs/manual.texi | 4 |
2 files changed, 5 insertions, 12 deletions
diff --git a/BitKeeper/etc/logging_ok b/BitKeeper/etc/logging_ok index 049e31bff81..966f7a398de 100644 --- a/BitKeeper/etc/logging_ok +++ b/BitKeeper/etc/logging_ok @@ -1,12 +1 @@ -heikki@donna.mysql.fi -jcole@abel.spaceapes.com -jcole@tetra.spaceapes.com -monty@donna.mysql.fi -monty@tik.mysql.fi -mwagner@evoq.mwagner.org -paul@central.snake.net -sasha@mysql.sashanet.com -sasha@work.mysql.com -serg@serg.mysql.com -tim@threads.polyesthetic.msg -tim@work.mysql.com +jani@hynda.mysql.fi 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. |