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:
@@ -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";
|
||||
|
Reference in New Issue
Block a user