diff options
author | heikki@donna.mysql.fi <> | 2001-08-17 22:05:53 +0300 |
---|---|---|
committer | heikki@donna.mysql.fi <> | 2001-08-17 22:05:53 +0300 |
commit | 13703bbb4099d57d7510d84d729394e08b279157 (patch) | |
tree | e9a344e394d8948dfd6eb6e548a9754ac2509c4c | |
parent | ecf0e61f0bc43bc0eaac34b7adb0ca53a60685fa (diff) | |
download | mariadb-git-13703bbb4099d57d7510d84d729394e08b279157.tar.gz |
manual.texi Fix typo
-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. |