summaryrefslogtreecommitdiff
path: root/sql/sql_help.cc
diff options
context:
space:
mode:
authorunknown <timour@mysql.com>2004-11-11 11:31:58 +0200
committerunknown <timour@mysql.com>2004-11-11 11:31:58 +0200
commit975f1c169e9fc1a161c82ff7be5c10a39667bdfe (patch)
tree8307cd60d63554d214f886188316af6426cb39a7 /sql/sql_help.cc
parent971660bec5ff29fc54956d3e7f42e951e0549bac (diff)
parenta5585f62d8b8451a5212b0c6f20052b9477ef0b4 (diff)
downloadmariadb-git-975f1c169e9fc1a161c82ff7be5c10a39667bdfe.tar.gz
Merge of WL#1972 "Evaluate HAVING before SELECT select-list"
sql/mysql_priv.h: Auto merged sql/sp.cc: Auto merged sql/sql_base.cc: Auto merged sql/sql_help.cc: Auto merged sql/item.cc: manual merge sql/sql_select.cc: manul merge
Diffstat (limited to 'sql/sql_help.cc')
-rw-r--r--sql/sql_help.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_help.cc b/sql/sql_help.cc
index b3d7bebe96a..aed86b78e93 100644
--- a/sql/sql_help.cc
+++ b/sql/sql_help.cc
@@ -88,7 +88,7 @@ static bool init_fields(THD *thd, TABLE_LIST *tables,
Item_field *field= new Item_field("mysql", find_fields->table_name,
find_fields->field_name);
if (!(find_fields->field= find_field_in_tables(thd, field, tables,
- 0, TRUE, 1)))
+ 0, REPORT_ALL_ERRORS, 1)))
DBUG_RETURN(1);
}
DBUG_RETURN(0);