added more status variables

This commit is contained in:
Sebastian Mendel
2005-12-07 09:51:29 +00:00
parent adfd1bd6ef
commit 085bd0c36b

View File

@@ -45,18 +45,15 @@ class PMA_StorageEngine_myisam extends PMA_StorageEngine
), ),
'myisam_stats_method' => array( 'myisam_stats_method' => array(
), ),
'delay_key_write' => array(
),
'bulk_insert_buffer_size' => array(
'type' => PMA_ENGINE_DETAILS_TYPE_SIZE,
),
'skip_external_locking' => array(
),
); );
} }
/**
* returns SQL query LIKE pattern
*
* @return string LIKE pattern
*/
function getVariablesLikePattern()
{
return 'myisam\\_%';
}
} }
?> ?>