diff options
author | unknown <heikki@donna.mysql.fi> | 2001-08-17 22:00:04 +0300 |
---|---|---|
committer | unknown <heikki@donna.mysql.fi> | 2001-08-17 22:00:04 +0300 |
commit | 3fac95eea110e6f8776cbb111f7e1bbc35dde737 (patch) | |
tree | 25be44be6af2385288c07a4a3f958a114cccb52b /Docs | |
parent | 57b1a50c811964b9cf772e070b5e813347ab74b1 (diff) | |
download | mariadb-git-3fac95eea110e6f8776cbb111f7e1bbc35dde737.tar.gz |
manual.texi Added a note that tablespace has to be >= 10 MB
Docs/manual.texi:
Added a note that tablespace has to be >= 10 MB
Diffstat (limited to 'Docs')
-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 |