summaryrefslogtreecommitdiff
path: root/sql/sql_select.h
diff options
context:
space:
mode:
authorunknown <monty@donna.mysql.fi>2001-04-12 00:54:35 +0300
committerunknown <monty@donna.mysql.fi>2001-04-12 00:54:35 +0300
commit65575f94d1dad0d130f3180e5bafa71eb6be1bcd (patch)
tree24233cf112742394baadb954377539515a28de33 /sql/sql_select.h
parent8dd2e5b8d93d79965e833e3b979675240478c591 (diff)
downloadmariadb-git-65575f94d1dad0d130f3180e5bafa71eb6be1bcd.tar.gz
Added SQL_CALC_FOUND_ROWS and FOUND_ROWS()
myisam/ft_boolean_search.c: Cleanup myisam/ft_parser.c: Cleanup myisam/ft_update.c: Cleanup myisam/sort.c: Cleanup BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
Diffstat (limited to 'sql/sql_select.h')
-rw-r--r--sql/sql_select.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/sql_select.h b/sql/sql_select.h
index 2f7454e4059..e4607b0e369 100644
--- a/sql/sql_select.h
+++ b/sql/sql_select.h
@@ -150,6 +150,7 @@ class JOIN {
uint tables,const_tables;
uint send_group_parts;
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;
POSITION positions[MAX_TABLES+1],best_positions[MAX_TABLES+1];