Function DatabaseRepair->delete_index_alien_in_db
Definitions
sources/database_repair.php
- Delete index that should not be there.
- Visibility: private
- Is abstract?: No
- Is static?: No
- Is final?: No
Parameters
Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
---|---|---|---|---|---|---|---|
$index_name | string | No | No | required parameter | N/A | N/A | Index name |
$index | array | No | No | required parameter | N/A | N/A | Index details |
$include_meta | boolean | No | No | required parameter | N/A | N/A | Make meta changes too |
Preview
Code (PHP)
/**
* Delete index that should not be there.
*
* @param string $index_name Index name
* @param array $index Index details
* @param boolean $include_meta Make meta changes too
*/
private function delete_index_alien_in_db(string $index_name, array $index, bool $include_meta)
* Delete index that should not be there.
*
* @param string $index_name Index name
* @param array $index Index details
* @param boolean $include_meta Make meta changes too
*/
private function delete_index_alien_in_db(string $index_name, array $index, bool $include_meta)