disappearing bug report
Jacek Becla <[email protected]> Wed, 04 May 2005 12:21:01 -0700
| Newsgroups | gmane.comp.db.mysql.bugs |
|---|---|
| Organization | Stanford Linear Accelerator Center |
| Message-ID | <[email protected]> |
Hi, I've submitted a bug report about problems with reopening temporary table (twice already), and I could see the bug report immediately after submitting it, but it was gone few hours later. How does the bug report system works? I can see some holes in the ID numbers. Search e.g. using the query: "Return bugs submitted since 7 days ago" to see the whole in the numbering. The one that disappeared on me had #10343. How do I find status of these non-visible bug reports? I'd like to know the status of my problem, even if someone decided it is not a bug. For the record, the problem shows in 5.0.4-beta: mysql> create temporary table t (x int); Query OK, 0 rows affected (0.02 sec) mysql> select * from t t1, t t2; ERROR 1137 (HY000): Can't reopen table: 't1' This works ok with a non-temporary tables: mysql> create table tp (x int); Query OK, 0 rows affected (0.00 sec) mysql> select * from tp t1, tp t2; Empty set (0.00 sec) cheers, Jacek -- MySQL Bugs Mailing List For list archives: http://lists.mysql.com/bugs To unsubscribe: http://lists.mysql.com/[email protected]