Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Delisle <marc@infomarc.info>2011-12-28 17:44:04 +0400
committerMarc Delisle <marc@infomarc.info>2011-12-28 17:44:04 +0400
commit554a55134d7b5655f63277554f0c5a9f0a3a1e03 (patch)
tree4bd7351454786cd1bc78925bf1ddef37eff485a8 /sql.php
parentd52db4be6a5915f07b7e633dbb2ee48546f1c61f (diff)
parentf7a9d2a36a5cedd0b380e8ca89de856a44da1874 (diff)
Fix merge conflicts
Diffstat (limited to 'sql.php')
-rw-r--r--sql.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql.php b/sql.php
index 4f30ba5e05..4252efd983 100644
--- a/sql.php
+++ b/sql.php
@@ -592,6 +592,7 @@ if (isset($GLOBALS['show_as_php']) || ! empty($GLOBALS['validatequery'])) {
if (! $is_group
&& ! isset($analyzed_sql[0]['queryflags']['union'])
+ && ! isset($analyzed_sql[0]['queryflags']['distinct'])
&& ! isset($analyzed_sql[0]['table_ref'][1]['table_name'])
&& (empty($analyzed_sql[0]['where_clause']) || $analyzed_sql[0]['where_clause'] == '1 ')
&& ! isset($find_real_end)