← Back to team overview

percona-discussion team mailing list archive

[Bug 316995] [NEW] MySQL crash when attempt to select from information_schema table

 

Public bug reported:

Attempt to select from innodb_buffer_pool_pages, innodb_buffer_pool_pages_index, innodb_buffer_pool_pages_blob crash MySQL if InnoDB plugin was disabled(--skip-innodb).
Solution: Add RETURN_IF_INNODB_NOT_STARTED(tables->schema_table_name); in the start of fill functions.

** Affects: percona-xtradb
     Importance: Undecided
         Status: New

-- 
MySQL crash when attempt to select from information_schema table
https://bugs.launchpad.net/bugs/316995
You received this bug notification because you are a member of Percona
developers, which is the registrant for Percona-XtraDB.

Status in Percona XtraDB Storage Engine for MySQL: New

Bug description:
Attempt to select from innodb_buffer_pool_pages, innodb_buffer_pool_pages_index, innodb_buffer_pool_pages_blob crash MySQL if InnoDB plugin was disabled(--skip-innodb).
Solution: Add RETURN_IF_INNODB_NOT_STARTED(tables->schema_table_name); in the start of fill functions.



Follow ups

References