← Back to team overview

percona-discussion team mailing list archive

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

 

** Changed in: percona-xtradb
       Status: Fix Committed => Fix Released

-- 
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: Fix Released

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.



References