9 calls to db_index_exists()

aggregator_update_7004 in drupal/modules/aggregator/aggregator.install
Add index on timestamp.
BasicMinimalUpdatePath::testBasicMinimalUpdate in drupal/modules/simpletest/tests/upgrade/upgrade.test
Tests a successful point release update.
comment_update_7002 in drupal/modules/comment/comment.install
Rename {comments} table to {comment} and upgrade it.
comment_update_7004 in drupal/modules/comment/comment.install
Upgrade the {node_comment_statistics} table.
DatabaseRegressionTestCase::testDBIndexExists in drupal/modules/simpletest/tests/database_test.test
Test the db_index_exists() function.
locale_update_7000 in drupal/modules/locale/locale.install
Add context field index and allow longer location.
UserUpdatePathTestCase::testFilledUpgrade in drupal/modules/simpletest/tests/upgrade/update.user.test
Tests that the update is successful.
user_update_7018 in drupal/modules/user/user.install
Ensure there is an index on {users}.picture.
user_update_7019 in drupal/modules/user/user.install
Ensure there is a combined index on {authmap}.uid and {authmap}.module.