diff options
author | unknown <monty@work.mysql.com> | 2001-09-18 04:17:52 +0200 |
---|---|---|
committer | unknown <monty@work.mysql.com> | 2001-09-18 04:17:52 +0200 |
commit | 53e09c98389e0b1e8d032e63f6c35dcd9cc06b38 (patch) | |
tree | 63012919b5be7bd7ba87583c4a399657e6ab81f1 /Docs | |
parent | 74bec0517bfb1141f3a6b2709aa9b52c963eb3c7 (diff) | |
parent | c91a3df5c38ee5f4ebc7e42f0c17da79d4930801 (diff) | |
download | mariadb-git-53e09c98389e0b1e8d032e63f6c35dcd9cc06b38.tar.gz |
Merge work.mysql.com:/home/bk/mysql
into work.mysql.com:/home/bk/mysql-4.0
Docs/manual.texi:
Auto merged
extra/perror.c:
Auto merged
include/myisam.h:
Auto merged
myisam/mi_check.c:
Auto merged
mysql-test/mysql-test-run.sh:
Auto merged
mysql-test/t/rpl000017-slave.sh:
Auto merged
sql/ha_myisam.cc:
Auto merged
sql/handler.cc:
Auto merged
sql/slave.cc:
Auto merged
Diffstat (limited to 'Docs')
-rw-r--r-- | Docs/manual.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Docs/manual.texi b/Docs/manual.texi index df0b8ccf989..aab72e2f576 100644 --- a/Docs/manual.texi +++ b/Docs/manual.texi @@ -47117,6 +47117,9 @@ not yet 100% confident in this code. @appendixsubsec Changes in release 3.23.43 @itemize @bullet @item +Fixed bug in @code{LOAD DATA FROM MASTER} when using table with +@code{CHECKSUM=1}. +@item Added unique error message when one gets a DEADLOCK during a transaction with BDB tables. @item |