diff options
author | timour@mysql.com <> | 2004-11-11 11:31:58 +0200 |
---|---|---|
committer | timour@mysql.com <> | 2004-11-11 11:31:58 +0200 |
commit | e61b4454da3745e0f74ae6ce5a7d75117bbae75d (patch) | |
tree | 8307cd60d63554d214f886188316af6426cb39a7 /sql/sql_help.cc | |
parent | f65e054788acd84cb5b42ea6d05a977f0c525206 (diff) | |
parent | 9a4ffb5ad9d7ef4fd4d9bfe161ffabf74ee8c7ac (diff) | |
download | mariadb-git-e61b4454da3745e0f74ae6ce5a7d75117bbae75d.tar.gz |
Merge of WL#1972 "Evaluate HAVING before SELECT select-list"
Diffstat (limited to 'sql/sql_help.cc')
-rw-r--r-- | sql/sql_help.cc | 2 |
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); |