diff options
author | unknown <heikki@donna.mysql.fi> | 2001-08-17 22:05:53 +0300 |
---|---|---|
committer | unknown <heikki@donna.mysql.fi> | 2001-08-17 22:05:53 +0300 |
commit | 857b5d4f43d4a55106ee621eb8e25d642e38a7f2 (patch) | |
tree | e9a344e394d8948dfd6eb6e548a9754ac2509c4c /Docs | |
parent | 3fac95eea110e6f8776cbb111f7e1bbc35dde737 (diff) | |
download | mariadb-git-857b5d4f43d4a55106ee621eb8e25d642e38a7f2.tar.gz |
manual.texi Fix typo
Docs/manual.texi:
Fix typo
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 8c1bfefb060..19de9037f60 100644 --- a/Docs/manual.texi +++ b/Docs/manual.texi @@ -36019,7 +36019,7 @@ set-variable = innodb_lock_wait_timeout=50 @end example Note that data files must be < 4G, and < 2G on -some file systems! The total size of data files have +some file systems! The total size of data files has to be >= 10 MB. InnoDB does not create directories: you have to create them yourself. |