disappearing bug report

disappearing bug report

am 04.05.2005 21:21:01 von Jacek Becla

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/bugs?unsub=gcdmb-bugs@m.gmane.org

Re: disappearing bug report

am 04.05.2005 21:29:33 von miguel solorzano

At 16:21 4/5/2005, Jacek Becla wrote:
Hi,

Please try:

http://bugs.mysql.com/bug.php?id=3D10327

Regards,

Miguel Angel Sol=F3rzano
S=E3o Paulo - Brazil



--
MySQL Bugs Mailing List
For list archives: http://lists.mysql.com/bugs
To unsubscribe: http://lists.mysql.com/bugs?unsub=3Dgcdmb-bugs@m.gmane.org