1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

BUG#121915: Merge 4.1->5.0

This commit is contained in:
sergefp@mysql.com
2005-10-19 01:52:06 +04:00
13 changed files with 344 additions and 20 deletions

View File

@ -716,4 +716,6 @@ public:
QUICK_RANGE_SELECT *get_quick_select_for_ref(THD *thd, TABLE *table,
struct st_table_ref *ref,
ha_rows records);
uint get_index_for_order(TABLE *table, ORDER *order, ha_rows limit);
#endif