Bug #7099 | mysqld crashes when accessing a large view that crosses multiple schemas | ||
---|---|---|---|
Submitted: | 8 Dec 2004 10:49 | Modified: | 23 May 2005 10:55 |
Reporter: | Andrew Torry | Email Updates: | |
Status: | Can't repeat | Impact on me: | |
Category: | MySQL Server | Severity: | S3 (Non-critical) |
Version: | 5.02-alpha-standard-log | OS: | Linux (Suse Linux Enterprise 8 SLES8) |
Assigned to: | Oleksandr Byelkin | CPU Architecture: | Any |
[8 Dec 2004 10:49]
Andrew Torry
[8 Dec 2004 13:07]
MySQL Verification Team
How big your tables are? Could you gzip them and upload the archive to ftp://ftp.mysql.com/pub/mysql/upload/ ?
[8 Dec 2004 13:43]
Andrew Torry
The data compresses down to 39MB. However, I will need to obtain special permission in order to supply real data, as it contains very confidential material. Is there something else I can do as an alternative in the meantime if I can't get the required permission? [I have emailed for a support contract quotation, the signing of which may make it easier to supply sample data, but this will take some time to go through the admin.]
[8 Dec 2004 15:02]
MySQL Verification Team
Could you upload at least output of SHOW CREATE TABLE and CREATE VIEW statement?
[8 Dec 2004 15:06]
Andrew Torry
I have obtained permission to supply the data. I have uploaded a file "redried_production.cpio.gz" which contains the data for each of the 5 schemas I mentioned in the bug report. I would like to request that once you have finished with the data, could you please ensure that it's destroyed. Thanks.
[8 Dec 2004 15:11]
Andrew Torry
I have attached the file "redried_production.sql" which has the "create table" DDL and the file "create_bicons03.sh" which creates the VIEW. Thanks!
[8 Dec 2004 17:31]
MySQL Verification Team
Thank you for feedback. But seems cpio archive is broken because I can't extract data from cpio archive. Could you upload the same data but only gzipped?
[8 Dec 2004 18:53]
Andrew Torry
I have uploaded each data set individually. Each is named "REDRIED_PRODUCTION.data.<schema>.gz" where the <schema> indicates which MySQL database/schema that file is intended for. Regards, Andrew.
[9 Dec 2004 19:31]
MySQL Verification Team
Verified with 5.0.3-alpha-debug-log I was able reproduce server crash only if I run "SELECT COUNT(*) FROM REDRIED_PRODUCTION" from two opened connections simultaneously.
[15 Apr 2005 15:02]
Andrew Torry
FYI - I have tested again with 5.03-beta and this problem no longer shows up. This bug report may be closed.
[23 May 2005 10:55]
Oleksandr Byelkin
Thank you for bugreport!