Function DatabaseRepair->search_for_meta_index_issues
Definitions
sources/database_repair.php
- Search for issues between the meta indices and existent indices.
- Visibility: private
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: bool
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$existent_indices | array | required parameter | N/A | N/A | Existent indices |
$meta_indices | array | required parameter | N/A | N/A | Meta indices |
$meta_tables | array | required parameter | N/A | N/A | Meta tables |
Return
- Whether there have been issues found
- Type: boolean
- Set: N/A
- Range: N/A