summaryrefslogtreecommitdiff
path: root/KNOWN_BUGS.txt
diff options
context:
space:
mode:
authorunknown <monty@mysql.com/nosik.monty.fi>2008-01-31 08:48:49 +0200
committerunknown <monty@mysql.com/nosik.monty.fi>2008-01-31 08:48:49 +0200
commit4d1cb99149ab28222ae24596df1570f301692cdb (patch)
treeba6b8b88079f1c0f24b26e2b38ed0d2ca51ce7c7 /KNOWN_BUGS.txt
parent0857a6930d38602ec8d17fa1aa80bcf9e4ee1f5d (diff)
downloadmariadb-git-4d1cb99149ab28222ae24596df1570f301692cdb.tar.gz
Fixed portability issue with comparing thread id
Fixed bug where return value 'error' was not set in case of error in pagecache Documented the open LOAD INDEX bug KNOWN_BUGS.txt: Added the problem with LOAD INDEX as a known bugs. Will fix this bug later this week storage/maria/ma_pagecache.c: Fixed portability issue with comparing thread id Fixed bug where return value 'error' was not set in case of error
Diffstat (limited to 'KNOWN_BUGS.txt')
-rw-r--r--KNOWN_BUGS.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/KNOWN_BUGS.txt b/KNOWN_BUGS.txt
index 8779262cbd4..f2678b60906 100644
--- a/KNOWN_BUGS.txt
+++ b/KNOWN_BUGS.txt
@@ -31,7 +31,9 @@ Known bugs that are planned to be fixed before next minor release
Temporary fix is to remove or maria_log.???????? files from the data
directory, restart mysqld and run CHECK TABLE / REPAIR TABLE or
mysqlcheck on your Maria tables
-
+- 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)
Known bugs that are planned to be fixed before Beta
===================================================