added more status variables
This commit is contained in:
@@ -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\\_%';
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
Reference in New Issue
Block a user