14 Jan
2019
14 Jan
'19
3:21 p.m.
revision-id: aa6ea37b1e5e23d8f7364ba5afa0d66bf8eeb0f7 (mariadb-10.4.1-68-gaa6ea37b1e5) parent(s): fadbf04cdf19c9b144340f5d96d603df9597c8ef author: Oleksandr Byelkin committer: Oleksandr Byelkin timestamp: 2019-01-14 16:21:27 +0100 message: fix --- sql/sql_union.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql/sql_union.cc b/sql/sql_union.cc index 7c3f390ce22..d563301a339 100644 --- a/sql/sql_union.cc +++ b/sql/sql_union.cc @@ -1502,7 +1502,7 @@ bool st_select_lex_unit::exec() } } if (found_rows_for_union && !sl->braces && - lim.is_unlimited()) + !lim.is_unlimited()) { /* This is a union without braces. Remember the number of rows that