1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-12 01:24:17 +02:00

MySQL: Descending indexes in MySQL 8 (bug #643)

This commit is contained in:
Jakub Vrana
2018-10-27 20:05:04 +02:00
parent 9f0ee9cf41
commit 5bebb439a1
8 changed files with 9 additions and 8 deletions

View File

@@ -398,7 +398,7 @@ ORDER BY PROCESS
}
function support($feature) {
return preg_match('~^(columns|database|drop_col|indexes|processlist|scheme|sql|status|table|variables|view|view_trigger)$~', $feature); //!
return preg_match('~^(columns|database|drop_col|indexes|descidx|processlist|scheme|sql|status|table|variables|view|view_trigger)$~', $feature); //!
}
$jush = "oracle";