PHP Class PMA\libraries\engines\Innodb

Inheritance: extends PMA\libraries\StorageEngine
Show file Open project: phpmyadmin/phpmyadmin

Public Methods

Method Description
getInfoPages ( ) : array Get information pages
getInnodbFileFormat ( ) : string Gets the InnoDB file format
getInnodbPluginVersion ( ) : string Gets the InnoDB plugin version number
getMysqlHelpPage ( ) : string returns string with filename for the MySQL helppage about this storage engine
getPageBufferpool ( ) : string returns html tables with stats over inno db buffer pool
getPageStatus ( ) : string returns InnoDB status
getVariables ( ) : array Returns array with variable names related to InnoDB storage engine
getVariablesLikePattern ( ) : string Returns the pattern to be used in the query for SQL variables related to InnoDb storage engine
supportsFilePerTable ( ) : boolean Verifies if this server supports the innodb_file_per_table feature

Method Details

getInfoPages() public method

Get information pages
public getInfoPages ( ) : array
return array detail pages

getInnodbFileFormat() public method

(do not confuse this with phpMyAdmin's storage engine plugins!)
public getInnodbFileFormat ( ) : string
return string the InnoDB file format

getInnodbPluginVersion() public method

Gets the InnoDB plugin version number
public getInnodbPluginVersion ( ) : string
return string the version number, or empty if not running as a plugin

getMysqlHelpPage() public method

returns string with filename for the MySQL helppage about this storage engine
public getMysqlHelpPage ( ) : string
return string mysql helppage filename

getPageBufferpool() public method

returns html tables with stats over inno db buffer pool
public getPageBufferpool ( ) : string
return string html table with stats

getPageStatus() public method

returns InnoDB status
public getPageStatus ( ) : string
return string result of SHOW ENGINE INNODB STATUS inside pre tags

getVariables() public method

Returns array with variable names related to InnoDB storage engine
public getVariables ( ) : array
return array variable names

getVariablesLikePattern() public method

Returns the pattern to be used in the query for SQL variables related to InnoDb storage engine
public getVariablesLikePattern ( ) : string
return string SQL query LIKE pattern

supportsFilePerTable() public method

(do not confuse this with phpMyAdmin's storage engine plugins!)
public supportsFilePerTable ( ) : boolean
return boolean whether this feature is supported or not