diff options
-rw-r--r-- | Docs/manual.texi | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Docs/manual.texi b/Docs/manual.texi index 63230319f0a..8c1bfefb060 100644 --- a/Docs/manual.texi +++ b/Docs/manual.texi @@ -36019,7 +36019,9 @@ set-variable = innodb_lock_wait_timeout=50 @end example Note that data files must be < 4G, and < 2G on -some file systems! InnoDB does not create directories: +some file systems! The total size of data files have +to be >= 10 MB. +InnoDB does not create directories: you have to create them yourself. Suppose you have a Linux machine with 512 MB RAM and |