summaryrefslogtreecommitdiff
path: root/sql/sql_union.cc
diff options
context:
space:
mode:
Diffstat (limited to 'sql/sql_union.cc')
-rw-r--r--sql/sql_union.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/sql_union.cc b/sql/sql_union.cc
index aeaae92f0c3..0e6de306c0d 100644
--- a/sql/sql_union.cc
+++ b/sql/sql_union.cc
@@ -86,7 +86,6 @@ bool select_union::send_data(List<Item> &values)
}
else
return 1;
- thd->net.report_error=0; // donno why does it work, but it does ...
}
return 0;
}