Fixed bug in query cache after temporary table creation.

Docs/manual.texi:
  change log entry
mysql-test/r/query_cache.result:
  bug test suite
mysql-test/t/query_cache.test:
  bug test suite
This commit is contained in:
unknown 2002-08-07 15:29:49 +03:00
commit f9dac8752e
4 changed files with 41 additions and 3 deletions

View file

@ -50147,6 +50147,8 @@ each individual 4.0.x release.
@itemize @bullet
@item
Fixed bug in query cache after temporary table creation.
@item
Fixed bug in multi-table @code{UPDATE}: when updating a table,
@code{do_select()} became confused about reading records from a cache.
@item