diff options
author | heikki@donna.mysql.fi <> | 2001-12-29 10:56:37 +0200 |
---|---|---|
committer | heikki@donna.mysql.fi <> | 2001-12-29 10:56:37 +0200 |
commit | 1e8a4d7ce1ac2611e43f02af4a73cfc214c21836 (patch) | |
tree | c80e2a0fc682f0e89b775699a05073d2ea1a222e | |
parent | 8ca07bf54a5a9bafe6beb160b2bfa239ec080bee (diff) | |
download | mariadb-git-1e8a4d7ce1ac2611e43f02af4a73cfc214c21836.tar.gz |
manual.texi:
Fix a syntax error which slipped into previous changeset
-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 007377721fc..5548a3c1fb3 100644 --- a/Docs/manual.texi +++ b/Docs/manual.texi @@ -36797,7 +36797,7 @@ the configuration file @file{my.cnf}. @xref{Option files}. The only required parameter to use InnoDB is @code{innodb_data_file_path}, but you should set others if you want to get a better performance. -The default value for @code{innodb_data_home_dir} is the @code<datadir} +The default value for @code{innodb_data_home_dir} is the @code{datadir} of MySQL. If you do not specify @code{innodb_data_home_dir}, then you cannot use absolute paths in @code{innodb_data_file_path}. |