diff options
author | unknown <Sinisa@sinisa.nasamreza.org> | 2003-08-27 15:24:52 +0300 |
---|---|---|
committer | unknown <Sinisa@sinisa.nasamreza.org> | 2003-08-27 15:24:52 +0300 |
commit | 8a920b6133f2485ad332c0cd33d6786ff964239d (patch) | |
tree | 2ed2b5850b093d9fc0d4e3233a190f005bf30e2b /sql/sql_union.cc | |
parent | 8a6f8201bec9b8b5c338cd7f5a9d3e42ab8b1457 (diff) | |
download | mariadb-git-8a920b6133f2485ad332c0cd33d6786ff964239d.tar.gz |
sql_union.cc:
Post merge fixes
sql/sql_union.cc:
Post merge fixes
Diffstat (limited to 'sql/sql_union.cc')
-rw-r--r-- | sql/sql_union.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_union.cc b/sql/sql_union.cc index 57fc026f4f4..ce79a3c4ad5 100644 --- a/sql/sql_union.cc +++ b/sql/sql_union.cc @@ -259,7 +259,7 @@ int st_select_lex_unit::exec() } for (SELECT_LEX *sl= select_cursor; sl; sl= sl->next_select()) { - ha_rows rows= 0; + ha_rows records_at_start= 0; thd->lex.current_select= sl; if (optimized) |