Re: mysql 4.09 query cache bug

2003-02-14 Thread Sanja Byelkin
Hi! [skip] When running a query like: LOAD DATA CONCURRENT INFILE '...' REPLACE INTO TABLE l_data FIELDS TERMINATED BY ',' ENCLOSED BY '\' LINES TERMINATED BY '\n' (list_id,email,f1,f2,f3) [skip] Thank you for your bugreport. Now bug is fixed, here is patch: diff -Nrc a/sql/sql_load.cc

query cache not working with alter table rename as...

2003-01-23 Thread Sanja Byelkin
Hi! Thank you for bugreport. This bug is fixed now. Here is patch for it: diff -Nrc a/sql/sql_table.cc b/sql/sql_table.cc *** a/sql/sql_table.cc Fri Jan 24 01:54:55 2003 --- b/sql/sql_table.cc Fri Jan 24 01:54:55 2003 *** *** 1432,1437 --- 1432,1439 }

Re: mysql cache err with mysqldump? was: Innodb funny error

2002-01-22 Thread Sanja Byelkin
Hi! On Mon, Jan 21, 2002 at 05:06:41PM -0500, Ken Menzel wrote: Hi Heikki and All, Yes, it seems to be a cache problem, it happens to both MyISAM I can't reproduce this bug. Can you create test-suit to reproduce this bug and download it to ftp://support.mysql.com/pub/mysql/secret ?