diff options
author | unknown <Sinisa@sinisa.nasamreza.org> | 2003-02-15 16:05:58 +0200 |
---|---|---|
committer | unknown <Sinisa@sinisa.nasamreza.org> | 2003-02-15 16:05:58 +0200 |
commit | c83d29f57315ca6a992f031802c826b5f80ce1c1 (patch) | |
tree | 8c935fec1d34d5af3dd6508fbd1578753e9d6e2a /sql/sql_union.cc | |
parent | 71f35607dd85a7e5af0fe8528b1ee8b6e2ae3d90 (diff) | |
download | mariadb-git-c83d29f57315ca6a992f031802c826b5f80ce1c1.tar.gz |
Code clean-up
Diffstat (limited to 'sql/sql_union.cc')
-rw-r--r-- | sql/sql_union.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/sql_union.cc b/sql/sql_union.cc index 79a39fa44d4..a9ccff03649 100644 --- a/sql/sql_union.cc +++ b/sql/sql_union.cc @@ -120,7 +120,7 @@ int st_select_lex_unit::prepare(THD *thd, select_result *result, found_rows_for_union= 0; TMP_TABLE_PARAM tmp_table_param; this->result= result; - t_and_f=tables_and_fields_initied; + t_and_f= tables_and_fields_initied; SELECT_LEX_NODE *lex_select_save= thd->lex.current_select; SELECT_LEX *sl; @@ -204,7 +204,7 @@ int st_select_lex_unit::prepare(THD *thd, select_result *result, sl->having, (ORDER*) NULL, sl, this, 0, t_and_f); - t_and_f=0; + t_and_f= 0; if (res | thd->is_fatal_error) goto err; } |