From 4d1cb99149ab28222ae24596df1570f301692cdb Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 31 Jan 2008 08:48:49 +0200 Subject: 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 --- KNOWN_BUGS.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'KNOWN_BUGS.txt') 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 =================================================== -- cgit v1.2.1