system_update_6052()Add a missing index on the {menu_router} table.
modules/system/system.install, line 1583
<?php
function system_update_6052() {
db_add_index('menu_router', 'tab_root_weight_title', array(array('tab_root', 64), 'weight', 'title'));
}
?>