mirror of
https://github.com/vrana/adminer.git
synced 2025-08-07 23:27:17 +02:00
Pass $tableStatus to indexMethods, rename
This commit is contained in:
@@ -259,10 +259,11 @@ abstract class SqlDriver {
|
||||
}
|
||||
|
||||
/**
|
||||
* Return list of supported index methods, first one is default
|
||||
* Return list of supported index algorithms, first one is default
|
||||
* @param TableStatus $tableStatus
|
||||
* @return list<string>
|
||||
*/
|
||||
function indexMethods(): array {
|
||||
function indexAlgorithms(array $tableStatus): array {
|
||||
return array();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user