1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Merge from 5.2

This commit is contained in:
unknown
2011-07-21 15:50:25 +03:00
22 changed files with 100 additions and 224 deletions

View File

@ -274,7 +274,6 @@ public:
virtual bool reverse_sorted() = 0;
virtual bool unique_key_range() { return false; }
virtual bool clustered_pk_range() { return false; }
/*
Request that this quick select produces sorted output. Not all quick
@ -593,9 +592,6 @@ public:
MEM_ROOT alloc;
THD *thd;
virtual int read_keys_and_merge()= 0;
bool clustered_pk_range() { return test(pk_quick_select); }
/* used to get rows collected in Unique */
READ_RECORD read_record;
};