summaryrefslogtreecommitdiff
path: root/sql/opt_range.h
diff options
context:
space:
mode:
Diffstat (limited to 'sql/opt_range.h')
-rw-r--r--sql/opt_range.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/opt_range.h b/sql/opt_range.h
index 664e821f8d1..6cd3a95ba0a 100644
--- a/sql/opt_range.h
+++ b/sql/opt_range.h
@@ -1155,7 +1155,7 @@ private:
READ_RECORD *read_record,
bool intersection,
key_map *filtered_scans,
- Unique **unique_ptr);
+ Unique_impl **unique_ptr);
};
@@ -1246,7 +1246,7 @@ public:
class QUICK_INDEX_SORT_SELECT : public QUICK_SELECT_I
{
protected:
- Unique *unique;
+ Unique_impl *unique;
public:
QUICK_INDEX_SORT_SELECT(THD *thd, TABLE *table);
~QUICK_INDEX_SORT_SELECT();