mirror of
https://github.com/vrana/adminer.git
synced 2025-08-08 15:47:00 +02:00
Elasticsearch: add "engines" virtual function to avoid error
This commit is contained in:
@@ -204,6 +204,10 @@ if (isset($_GET["elastic"])) {
|
||||
|
||||
function db_collation($db, $collations) {
|
||||
}
|
||||
|
||||
function engines() {
|
||||
return array();
|
||||
}
|
||||
|
||||
function count_tables($databases) {
|
||||
global $connection;
|
||||
|
Reference in New Issue
Block a user