optimization TODO

This commit is contained in:
Marc Delisle
2006-01-29 19:07:15 +00:00
parent 90e12034f3
commit cae374b0d4

View File

@@ -1257,6 +1257,8 @@ if (!defined('PMA_MINIMUM_COMMON')) {
*/
function PMA_tableIsView($db, $table) {
// maybe we already know if the table is a view
// TODO: see what we could do with the possible existence
// of $table_is_view
if (isset($GLOBALS['tbl_is_view']) && $GLOBALS['tbl_is_view']) {
return true;
}