diff options
author | unknown <heikki@donna.mysql.fi> | 2001-05-21 16:28:27 +0300 |
---|---|---|
committer | unknown <heikki@donna.mysql.fi> | 2001-05-21 16:28:27 +0300 |
commit | 9171d4da5966d55e65cd1d81a00ca34c877cbe47 (patch) | |
tree | 0603df2f01ac525b09bd4d4716dd9206eb5b57d8 /Docs | |
parent | fe0a2ed739fe5249338b20189cf6ea6ca5c832d6 (diff) | |
download | mariadb-git-9171d4da5966d55e65cd1d81a00ca34c877cbe47.tar.gz |
manual.texi Added that InnoDB tablespace must be at least 10 MB, removed single quotes from phantom
srv0start.c Tablespace size must be at least 10 MB
innobase/srv/srv0start.c:
Tablespace size must be at least 10 MB
Docs/manual.texi:
Added that InnoDB tablespace must be at least 10 MB, removed single quotes from phantom
Diffstat (limited to 'Docs')
-rw-r--r-- | Docs/manual.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Docs/manual.texi b/Docs/manual.texi index 55da0aed968..6e372dfeb58 100644 --- a/Docs/manual.texi +++ b/Docs/manual.texi @@ -24759,6 +24759,7 @@ the paths specified here. The file sizes are specified in megabytes, hence the 'M' after the size specification above. Do not set a file size bigger than 4000M, and on most operating systems not bigger than 2000M. InnoDB also understands the abbreviation 'G', 1G meaning 1024M. +The sum of the sizes of the files must be at least 10 MB. @item @code{innodb_mirrored_log_groups} @tab Number of identical copies of log groups we keep for the database. Currently this should be set to 1. @@ -25214,7 +25215,7 @@ Thus it sets the same locks a searched SQL @code{UPDATE} would set on the rows. @node InnoDB Next-key locking, InnoDB Locks set, InnoDB locking reads, InnoDB transaction model -@subsubsection Next-key locking: avoiding the 'phantom problem' +@subsubsection Next-key locking: avoiding the phantom problem In row level locking InnoDB uses an algorithm called next-key locking. InnoDB does the row level locking so that when it searches or |