bug #2074250 [parser] Undefined variable seen_from

This commit is contained in:
Marc Delisle
2008-08-28 16:17:53 +00:00
parent 13ccc773bd
commit 11f1379891
2 changed files with 2 additions and 0 deletions

View File

@@ -828,6 +828,7 @@ if (! defined('PMA_MINIMUM_COMMON')) {
$number_of_brackets = 0;
$in_subquery = false;
$seen_subquery = false;
$seen_from = false;
// for SELECT EXTRACT(YEAR_MONTH FROM CURDATE())
// we must not use CURDATE as a table_ref