disappearing bug report

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 [at] m.gmane.org
Jacek Becla [ Mi, 04 Mai 2005 21:21 ] [ ID #777276 ]

Re: disappearing bug report

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 <miguel [at] mysql.com>
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 [at] m.gmane.org
miguel solorzano [ Mi, 04 Mai 2005 21:29 ] [ ID #777277 ]
Datenbanken » gmane.comp.db.mysql.bugs » disappearing bug report

Vorheriges Thema: query works with 4.1.8, but not with 4.1.11
Nächstes Thema: MySQL 4.0.24 + kernel 2.6.11 compile problems