Bug #32905 | problem with DESCRIBE / Errcode: 17 / my_thread_global_end() | ||
---|---|---|---|
Submitted: | 2 Dec 2007 3:42 | Modified: | 2 Dec 2007 10:36 |
Reporter: | Carsten Wiedmann | Email Updates: | |
Status: | Duplicate | Impact on me: | |
Category: | MySQL Server | Severity: | S3 (Non-critical) |
Version: | 5.0.45-community-nt | OS: | Windows (XP SP2) |
Assigned to: | CPU Architecture: | Any |
[2 Dec 2007 3:42]
Carsten Wiedmann
[2 Dec 2007 8:34]
Sveta Smirnova
Thank you for the report. Error 17 is duplicate of Bug #31781 and my_thread_global_end is duplicate of bug #25621
[2 Dec 2007 10:36]
Carsten Wiedmann
Just to clarify that: > Error 17 is duplicate of Bug #31781 Bug #31781 is about CREATE and UPDATE, and I have a simple DESCRIBE or SHOW statement. > my_thread_global_end is duplicate of bug #25621 Bug #25621 is a) closed and b) it's about some clients (PHP) which uses the shared libraray "libmysql.dll". I have this with "mysql", which don't use "libmysql.dll". I can also not read in both bugs, the the cause from both is the same problem (maybe something is not thread safe in the server and/or a memory is not freed). Just an additional question: The Error 17 occurs during creation a temporary table (after some loops). Why does: | SHOW COLUMNS FROM `user`;" or | DESCRIBE `user`;" need a temporaray table. I can't find this information at [1]. I have also tried to raise these values: | tmp_table_size = 512M | max_heap_table_size = 512M The temporary table is still created. So much memory for a simple information statement? Regards, Carsten [1] http://dev.mysql.com/doc/refman/5.0/en/internal-temporary-tables.html
[2 Dec 2007 10:49]
Sveta Smirnova
Bug #31781 is not about update, but about temporary tables creation mechanism. If my_thread_global_end problem is repeatable with next Community release fill free to reopen the report.