https://dev.mysql.com/doc/refman/5.5/en/server-system-variables.html#sysvar_table_type
This variable was removed in MySQL 5.5.3. Use storage_engine instead.
https://dev.mysql.com/doc/refman/5.5/en/server-system-variables.html#sysvar_storage_engine
This variable is deprecated as of MySQL 5.5.3. Use default_storage_engine instead.
This variable was added in MySQL 5.5.3 to be used in preference to storage_engine, which is now deprecated.
From DatabaseMysqlBase.php:1147:
$result = $this->query( 'SHOW FULL TABLES WHERE TABLE_TYPE = "VIEW"' );
Version: unspecified
Severity: normal