summaryrefslogtreecommitdiff
path: root/sql/handler.h
diff options
context:
space:
mode:
authorSergey Petrunya <psergey@askmonty.org>2010-09-05 14:32:14 +0400
committerSergey Petrunya <psergey@askmonty.org>2010-09-05 14:32:14 +0400
commitdbc63bed225503ae2ec90300ce05588234b565a5 (patch)
treebc1c51e25a8e92fe301bdc577893bc274b8b8ee5 /sql/handler.h
parentfae27347d1750a6d61f5cdb170df6cf10d3387b0 (diff)
downloadmariadb-git-dbc63bed225503ae2ec90300ce05588234b565a5.tar.gz
MWL#121-125: DS-MRR improvements
- Address review feedback, step 1
Diffstat (limited to 'sql/handler.h')
-rw-r--r--sql/handler.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/handler.h b/sql/handler.h
index 2eae66fd741..2c3af0e8150 100644
--- a/sql/handler.h
+++ b/sql/handler.h
@@ -1807,6 +1807,10 @@ public:
inline int ha_index_first(uchar * buf);
inline int ha_index_last(uchar * buf);
inline int ha_index_next_same(uchar *buf, const uchar *key, uint keylen);
+ /*
+ TODO: should we make for those functions non-virtual ha_func_name wrappers,
+ too?
+ */
virtual ha_rows multi_range_read_info_const(uint keyno, RANGE_SEQ_IF *seq,
void *seq_init_param,
uint n_ranges, uint *bufsz,