Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 289996 - mysql > 5.0.76 crashed
Summary: mysql > 5.0.76 crashed
Status: RESOLVED DUPLICATE of bug 289993
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High critical (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-21 12:09 UTC by Andrey Kolbasenko
Modified: 2009-10-21 12:37 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrey Kolbasenko 2009-10-21 12:09:35 UTC
I have a mysql 5.0.84-r1 running in Gentoo Linux.
If I set "skip-innodb" option in my.cnf config file and issue the following query against INFORMATION_SCHEMA, mysql crashed:

mysql> SELECT COUNT(*) FROM `information_schema`.`INNODB_BUFFER_POOL_CONTENT`;
ERROR 2013 (HY000): Lost connection to MySQL server during query              

When innodb enabled in my.cnf all worked whithout crash.


I reproduced this crash in all 5.0.x version after 5.0.76.


This is my discussion with MySQL developers:
http://bugs.mysql.com/bug.php?id=48203

Reproducible: Always

Steps to Reproduce:
I reproduced this crash in all 5.0.x version after 5.0.76.
Comment 1 Rafał Mużyło 2009-10-21 12:37:51 UTC

*** This bug has been marked as a duplicate of bug 289993 ***