diff options
author | unknown <tim@threads.polyesthetic.msg> | 2001-03-04 15:05:20 -0500 |
---|---|---|
committer | unknown <tim@threads.polyesthetic.msg> | 2001-03-04 15:05:20 -0500 |
commit | 1cc8058b1be6a3c8a764d2b1143f0f0b03209e9f (patch) | |
tree | e94a13fcd8af01e5fa4d01bd409cbcfda4ff78be /Docs | |
parent | ec5e2f589f09e9c261487a577dcddef3cdb994a5 (diff) | |
download | mariadb-git-1cc8058b1be6a3c8a764d2b1143f0f0b03209e9f.tar.gz |
Fix minor typos (not bugs).
Docs/manual.texi:
Minor typo fix.
sql/ha_innobase.cc:
Fix minor cut-n-paste errors in change_active_index().
BitKeeper/etc/logging_ok:
Logging to logging@openlogging.org accepted
Diffstat (limited to 'Docs')
-rw-r--r-- | Docs/manual.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Docs/manual.texi b/Docs/manual.texi index 2c47c2eafcb..c394121c75b 100644 --- a/Docs/manual.texi +++ b/Docs/manual.texi @@ -33654,7 +33654,7 @@ First, you should try to find out whether the problem is that the client. You can check how long your @code{mysqld} server has been up by executing @code{mysqladmin version}. If @code{mysqld} has died, you may find the reason for this in the file -@file{mysql-data-directory/'hostname'.err}. @xref{Error log}. +@file{mysql-data-directory/`hostname`.err}. @xref{Error log}. Many crashes of @strong{MySQL} are caused by corrupted index / data files. @strong{MySQL} will update the data on disk, with the |