diff options
author | paul@teton.kitebird.com <> | 2002-06-11 11:02:50 -0500 |
---|---|---|
committer | paul@teton.kitebird.com <> | 2002-06-11 11:02:50 -0500 |
commit | aaf0d7b16916623e2983f1974a45bbd193351435 (patch) | |
tree | 27e813286e902699c0eed6c2017f3c906f38b3d5 /Docs | |
parent | 2aecdd1a91bf8386829146609ce0219c51793841 (diff) | |
download | mariadb-git-aaf0d7b16916623e2983f1974a45bbd193351435.tar.gz |
manual.texi fix prefix/suffix mixup.
Diffstat (limited to 'Docs')
-rw-r--r-- | Docs/manual.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Docs/manual.texi b/Docs/manual.texi index 563b130fc4d..943a5db6f00 100644 --- a/Docs/manual.texi +++ b/Docs/manual.texi @@ -6293,7 +6293,7 @@ indicates the type of operating system for which the distribution is intended (for example, @code{pc-linux-gnu-i586}). @item -If you see a binary distribution marked with the @code{-max} prefix, this +If you see a binary distribution marked with the @code{-max} suffix, this means that the binary has support for transaction-safe tables and other features. @xref{mysqld-max, , @code{mysqld-max}}. Note that all binaries are built from the same MySQL source distribution. @@ -21613,7 +21613,7 @@ To get better performance for BDB tables, you should add some configuration options for these too. @xref{BDB start}. @code{safe_mysqld} will automatically try to start any @code{mysqld} binary -with the @code{-max} prefix. This makes it very easy to test out a +with the @code{-max} suffix. This makes it very easy to test out a another @code{mysqld} binary in an existing installation. Just run @code{configure} with the options you want and then install the new @code{mysqld} binary as @code{mysqld-max} in the same directory |