summaryrefslogtreecommitdiff
path: root/KNOWN_BUGS.txt
diff options
context:
space:
mode:
authorunknown <guilhem@gbichot4.local>2008-02-22 14:32:20 +0100
committerunknown <guilhem@gbichot4.local>2008-02-22 14:32:20 +0100
commit1dfeb4783f7da1941a08465bf62443fa229833a8 (patch)
treec6b460d978b2832078203c6ae43dbcb3d84653ed /KNOWN_BUGS.txt
parent83d331a5535c14d3ce6a81e5c31d2d622624744b (diff)
downloadmariadb-git-1dfeb4783f7da1941a08465bf62443fa229833a8.tar.gz
update to "KNOWN BUGS"
KNOWN_BUGS.txt: update
Diffstat (limited to 'KNOWN_BUGS.txt')
-rw-r--r--KNOWN_BUGS.txt9
1 files changed, 5 insertions, 4 deletions
diff --git a/KNOWN_BUGS.txt b/KNOWN_BUGS.txt
index 046f66bd2ce..6ba40cf4550 100644
--- a/KNOWN_BUGS.txt
+++ b/KNOWN_BUGS.txt
@@ -1,7 +1,8 @@
This file should contain all know fatal bugs in the Maria storage
engine for the last source or binary release. Minor bugs, extensions
and feature request and bugs found since this release can be find in the
-MySQL bugs databases at: http://bugs.mysql.com/
+MySQL bugs databases at: http://bugs.mysql.com/ (category "Maria
+storage engine").
There shouldn't normally be any bugs that affects normal operations in
any Maria release. Still, there are always exceptions and edge cases
@@ -37,9 +38,9 @@ Known bugs that we are working on and will be fixed shortly
- LOAD INDEX commands are for the moment ignored for Maria tables
(The code needs to be rewritten to do all reads through page cache to
avoid half-block reads)
-- Freeing maria tmp table after fetching rows using prepared statements causes
- a crash.
-
+- Some concurrency bugs in Maria's page cache which sometimes show up
+ under load http://bugs.mysql.com/bug.php?id=34161 and
+ http://bugs.mysql.com/bug.php?id=34634 .
Known bugs that are planned to be fixed before Beta
===================================================