mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
5.0-bugteam->5.1-bugteam merge
This commit is contained in:
@@ -285,7 +285,11 @@ public:
|
||||
fetching data from a cursor
|
||||
*/
|
||||
bool resume_nested_loop;
|
||||
table_map const_table_map,found_const_table_map,outer_join;
|
||||
table_map const_table_map,found_const_table_map;
|
||||
/*
|
||||
Bitmap of all inner tables from outer joins
|
||||
*/
|
||||
table_map outer_join;
|
||||
ha_rows send_records,found_records,examined_rows,row_limit, select_limit;
|
||||
/**
|
||||
Used to fetch no more than given amount of rows per one
|
||||
|
||||
Reference in New Issue
Block a user