bug #2074250 [parser] Undefined variable seen_from
This commit is contained in:
@@ -89,6 +89,7 @@ danbarry
|
||||
- bug #2037381 [export] Export type "replace" does not work
|
||||
- bug #2037375 [export] DROP PROCEDURE needs IF EXISTS
|
||||
- bug #2045512 [export] Numbers in Excel export
|
||||
- bug #2074250 [parser] Undefined variable seen_from
|
||||
|
||||
2.11.8.0 (2008-07-28)
|
||||
- patch #1987593 [interface] Table list pagination in navi,
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user