6 calls to Schema::indexExists()

Schema::addIndex in drupal/core/lib/Drupal/Core/Database/Driver/mysql/Schema.php
Add an index.
Schema::addPrimaryKey in drupal/core/lib/Drupal/Core/Database/Driver/mysql/Schema.php
Add a primary key.
Schema::addUniqueKey in drupal/core/lib/Drupal/Core/Database/Driver/mysql/Schema.php
Add a unique key.
Schema::dropIndex in drupal/core/lib/Drupal/Core/Database/Driver/mysql/Schema.php
Drop an index.
Schema::dropPrimaryKey in drupal/core/lib/Drupal/Core/Database/Driver/mysql/Schema.php
Drop the primary key.
Schema::dropUniqueKey in drupal/core/lib/Drupal/Core/Database/Driver/mysql/Schema.php
Drop a unique key.