summaryrefslogtreecommitdiff
path: root/sql/sql_select.h
diff options
context:
space:
mode:
authormonty@donna.mysql.fi <>2001-04-25 01:11:29 +0300
committermonty@donna.mysql.fi <>2001-04-25 01:11:29 +0300
commit9ee2a297c02ae7f1a3a0fd606e91aea3a10ff1b4 (patch)
treeb35002c3218b71a338dff899023d7799c6cc4829 /sql/sql_select.h
parent93de1122386ffa6e9b5362e45a8164892293d8af (diff)
downloadmariadb-git-9ee2a297c02ae7f1a3a0fd606e91aea3a10ff1b4.tar.gz
Fixes for embedded MySQL
Some limit optimization
Diffstat (limited to 'sql/sql_select.h')
-rw-r--r--sql/sql_select.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_select.h b/sql/sql_select.h
index e4607b0e369..9539bb14842 100644
--- a/sql/sql_select.h
+++ b/sql/sql_select.h
@@ -152,7 +152,7 @@ class JOIN {
bool sort_and_group,first_record,full_join,group, no_field_update;
bool do_send_rows;
table_map const_table_map,outer_join;
- ha_rows send_records,found_records;
+ ha_rows send_records,found_records,examined_rows,row_limit;
POSITION positions[MAX_TABLES+1],best_positions[MAX_TABLES+1];
double best_read;
List<Item> *fields;