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_ok(&thd->net);
      }
+     table_list->table=0;                              // For query cache
+     query_cache_invalidate3(thd, table_list, 0);
      DBUG_RETURN(error);
    }
  


-- 
Regards,
Alexander

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to