Bug #16591 | Partitions: crash using information_schema.partitions | ||
---|---|---|---|
Submitted: | 18 Jan 2006 2:02 | Modified: | 21 Feb 2006 22:08 |
Reporter: | Peter Gulutzan | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Partitions | Severity: | S3 (Non-critical) |
Version: | 5.1.6-alpha-debug | OS: | Linux (SUSE 10.0) |
Assigned to: | Sergei Glukhov | CPU Architecture: | Any |
[18 Jan 2006 2:02]
Peter Gulutzan
[18 Jan 2006 11:58]
MySQL Verification Team
Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 1 to server version: 5.1.6-alpha-debug Type 'help;' or '\h' for help. Type '\c' to clear the buffer. mysql> select count(*) from information_schema.partitions; ERROR 2013 (HY000): Lost connection to MySQL server during query mysql> Version: '5.1.6-alpha-debug' socket: '/tmp/mysql.sock' port: 3306 Source distribution 030418 9:56:27 [ERROR] libexec/mysqld: Incorrect information in file: './db1/t.frm' 030418 9:56:31 [ERROR] libexec/mysqld: Incorrect information in file: './db1/t.frm' mysqld got signal 11;
[18 Jan 2006 11:58]
MySQL Verification Team
Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 1 to server version: 5.1.6-alpha-debug Type 'help;' or '\h' for help. Type '\c' to clear the buffer. mysql> select count(*) from information_schema.partitions; ERROR 2013 (HY000): Lost connection to MySQL server during query mysql> Version: '5.1.6-alpha-debug' socket: '/tmp/mysql.sock' port: 3306 Source distribution 030418 9:56:27 [ERROR] libexec/mysqld: Incorrect information in file: './db1/t.frm' 030418 9:56:31 [ERROR] libexec/mysqld: Incorrect information in file: './db1/t.frm' mysqld got signal 11;
[24 Jan 2006 8:36]
Bugs System
A patch for this bug has been committed. After review, it may be pushed to the relevant source trees for release in the next version. You can access the patch from: http://lists.mysql.com/commits/1551
[6 Feb 2006 12:03]
Sergei Glukhov
http://lists.mysql.com/commits/2184
[14 Feb 2006 9:00]
Sergei Glukhov
Fixed in 5.1.7
[21 Feb 2006 22:08]
Mike Hillyer
Documented in 5.1.7 changelog: <listitem> <para> Querying the <literal>INFORMATION_SCHEMA.partitions</literal> table on a non-max server caused a server crash. (Bug #16591) </para> </listitem>