mirror of
https://github.com/vrana/adminer.git
synced 2025-08-13 18:14:07 +02:00
Driver specific view detection
This commit is contained in:
@@ -202,6 +202,10 @@ UNION SELECT view_name, 'view' FROM user_views" . ($name != "" ? " WHERE view_na
|
||||
return $return;
|
||||
}
|
||||
|
||||
function is_view($table_status) {
|
||||
return $table_status["Engine"] == "view";
|
||||
}
|
||||
|
||||
function fk_support($table_status) {
|
||||
return true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user