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

2003-01-24 Thread Andrew Braithwaite
ot working with alter table rename as... 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 *** ***

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 } send_

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

2003-01-22 Thread Andrew Braithwaite
Hi List, Anyone know what the problem is with the mysql query cache not flushing cache properly (see snip below)? Is this a bug or am I missing something here? I'm using Mysql Standard 4.0.9-gamma on Linux (x86, libc6) Any help would be appreciated, Cheers, Andrew -start snip---