diff options
author | monty@donna.mysql.com <> | 2001-01-03 00:13:19 +0200 |
---|---|---|
committer | monty@donna.mysql.com <> | 2001-01-03 00:13:19 +0200 |
commit | ac0ceaf28e35ca50dfa606d3fd7ebb8e6e6e0085 (patch) | |
tree | b233cdafcd7303287cca1b3203deea71ca3349fb /Docs | |
parent | b443871ed5eb05ce3b65fe6f8e8f14c2b97845b5 (diff) | |
download | mariadb-git-ac0ceaf28e35ca50dfa606d3fd7ebb8e6e6e0085.tar.gz |
Fix for replication when binary log goes over 2G
Split update_of_key into separate tests
Updated make_binary_distribution to generate symbol file for mysqld
Diffstat (limited to 'Docs')
-rw-r--r-- | Docs/manual.texi | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/Docs/manual.texi b/Docs/manual.texi index cf073bba165..e5fe970a563 100644 --- a/Docs/manual.texi +++ b/Docs/manual.texi @@ -36083,8 +36083,9 @@ The parameters are specified as follows: @item The first parameter should be the address of an existing @code{MYSQL} structure. Before calling @code{mysql_real_connect()} you must call -@code{mysql_init()} to initialize the @code{MYSQL} structure. See the -example below. +@code{mysql_init()} to initialize the @code{MYSQL} structure. You can +change a lot of connect options with the @code{mysql_options()} +call. @xref{mysql_options}. @item The value of @code{host} may be either a hostname or an IP address. If @@ -40033,6 +40034,9 @@ though, so Version 3.23 is not released as a stable version yet. @appendixsubsec Changes in release 3.23.30 @itemize @bullet @item +Fixed a problem with replication when the binary log file went over 2G +on 32 bit systems. +@item @code{LOCK TABLES} will now automaticly start a new transaction. @item Changed BDB tables to not use internal subtransactions and reuse open files to |