Bug #4806 | Querycache not flashed when using DROP+CREATE VIEW or ALTER VIEW | ||
---|---|---|---|
Submitted: | 29 Jul 2004 16:27 | Modified: | 6 Aug 2004 3:19 |
Reporter: | Georg Richter | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server | Severity: | S1 (Critical) |
Version: | 5.0.1 | OS: | |
Assigned to: | Oleksandr Byelkin | CPU Architecture: | Any |
[29 Jul 2004 16:27]
Georg Richter
[6 Aug 2004 3:19]
MySQL Verification Team
This issue is already fixed in the current BK 5.0 tree: ........... mysql> select * from v1; +------+ | a | +------+ | 1 | | 2 | +------+ 2 rows in set (0.00 sec) mysql> select version(); +-----------------------+ | version() | +-----------------------+ | 5.0.2-alpha-debug-log | +-----------------------+ 1 row in set (0.01 sec) mysql>