diff options
author | unknown <monty@hundin.mysql.fi> | 2001-07-18 23:35:13 +0300 |
---|---|---|
committer | unknown <monty@hundin.mysql.fi> | 2001-07-18 23:35:13 +0300 |
commit | dece009c8b84f6ee60cf43e32931debc361b932c (patch) | |
tree | 7798d5c139a8e5ef5f6ee62e2140ff83f9ef3418 /Docs | |
parent | 76eaa2595f785d2664bc0165cf8431c79ed92659 (diff) | |
parent | 0e66a78a4deda14424dc2585caaba201c7fa573b (diff) | |
download | mariadb-git-dece009c8b84f6ee60cf43e32931debc361b932c.tar.gz |
Merge
Docs/manual.texi:
SCCS merged
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 1d3fae2f785..551db373ae0 100644 --- a/Docs/manual.texi +++ b/Docs/manual.texi @@ -24702,7 +24702,7 @@ The meanings of the configuration parameters are the following: @multitable @columnfractions .30 .70 @item @code{innodb_data_home_dir} @tab -The common part of the directory path for all innobase data files. +The common part of the directory path for all InnoDB data files. @item @code{innodb_data_file_path} @tab Paths to individual data files and their sizes. The full directory path to each data file is acquired by concatenating innodb_data_home_dir to @@ -45731,6 +45731,8 @@ not yet 100% confident in this code. @appendixsubsec Changes in release 3.23.40 @itemize @bullet @item +Fixed problem with @code{--low-priority-updates} and @code{INSERT}'s. +@item Fixed bug in slave thread when under some rare circumstances it could get 22 bytes ahead on the offset in the master @item |