mirror of
https://github.com/vrana/adminer.git
synced 2025-08-12 09:34:10 +02:00
Avoid errors about 'view_trigger'
Signed-off-by: Takashi SHIRAI <shirai@nintendo.co.jp>
This commit is contained in:
committed by
Jakub Vrana
parent
2b0ac4c0e1
commit
c5b5b61be1
@@ -488,7 +488,7 @@ ORDER BY PROCESS
|
||||
}
|
||||
|
||||
function support($feature) {
|
||||
return preg_match('~^(columns|database|drop_col|indexes|descidx|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$~', $feature); //!
|
||||
}
|
||||
|
||||
function driver_config() {
|
||||
|
Reference in New Issue
Block a user