diff options
author | unknown <sasha@mysql.sashanet.com> | 2001-05-03 16:01:13 -0600 |
---|---|---|
committer | unknown <sasha@mysql.sashanet.com> | 2001-05-03 16:01:13 -0600 |
commit | 9167c803120d616191aee7aa5d9d620683b2a857 (patch) | |
tree | c5a0086666a37740663e93f206b7c0e9143b2fd5 /Docs | |
parent | a605a9f0b61c4fc11c92b511676fdcbb31e4f978 (diff) | |
download | mariadb-git-9167c803120d616191aee7aa5d9d620683b2a857.tar.gz |
Docs/manual.texi
fixed bug
sql/sql_repl.cc
undid virtual master change
Docs/manual.texi:
fixed bug
sql/sql_repl.cc:
undid virtual master change
Diffstat (limited to 'Docs')
-rw-r--r-- | Docs/manual.texi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Docs/manual.texi b/Docs/manual.texi index 3b76a6aeeba..7305567097a 100644 --- a/Docs/manual.texi +++ b/Docs/manual.texi @@ -34306,6 +34306,8 @@ can be fixed by a simple repair. In this case you have to do: ALTER TABLE table MAX_ROWS=xxx AVG_ROW_LENGTH=yyy; @end example +@end itemize + In the other cases, you must repair your tables. @code{myisamchk} can usually detect and fix most things that go wrong. |