diff options
author | konstantin@mysql.com <> | 2004-06-21 20:39:19 +0400 |
---|---|---|
committer | konstantin@mysql.com <> | 2004-06-21 20:39:19 +0400 |
commit | b793142c8ff72cb38b9be78f817e3e23f9c3c150 (patch) | |
tree | 8a8a924d8251e20daeaa06411dd7cec364493bde /sql/sql_derived.cc | |
parent | ff678fd8b76d9022eee3ee5e7004d3dea31bf374 (diff) | |
download | mariadb-git-b793142c8ff72cb38b9be78f817e3e23f9c3c150.tar.gz |
Unused variables removed (many files).
Diffstat (limited to 'sql/sql_derived.cc')
-rw-r--r-- | sql/sql_derived.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/sql_derived.cc b/sql/sql_derived.cc index 2e2ad6786fc..01459d3fc7a 100644 --- a/sql/sql_derived.cc +++ b/sql/sql_derived.cc @@ -117,7 +117,6 @@ static int mysql_derived(THD *thd, LEX *lex, SELECT_LEX_UNIT *unit, select_union *derived_result; bool is_union= first_select->next_select() && first_select->next_select()->linkage == UNION_TYPE; - bool is_subsel= first_select->first_inner_unit() ? 1: 0; SELECT_LEX *save_current_select= lex->current_select; DBUG_ENTER("mysql_derived"); |