summaryrefslogtreecommitdiff
path: root/storage/tokudb/ha_tokudb_mrr_maria.cc
diff options
context:
space:
mode:
Diffstat (limited to 'storage/tokudb/ha_tokudb_mrr_maria.cc')
-rw-r--r--storage/tokudb/ha_tokudb_mrr_maria.cc6
1 files changed, 1 insertions, 5 deletions
diff --git a/storage/tokudb/ha_tokudb_mrr_maria.cc b/storage/tokudb/ha_tokudb_mrr_maria.cc
index 9b0e92ed94d..7bf975a2221 100644
--- a/storage/tokudb/ha_tokudb_mrr_maria.cc
+++ b/storage/tokudb/ha_tokudb_mrr_maria.cc
@@ -88,6 +88,7 @@ PATENT RIGHTS GRANT:
#ident "Copyright (c) 2007-2013 Tokutek Inc. All rights reserved."
#ident "The technology is licensed by the Massachusetts Institute of Technology, Rutgers State University of New Jersey, and the Research Foundation of State University of New York at Stony Brook under United States of America Serial No. 11/760379 and to the patents and/or patent applications resulting from it."
+
/****************************************************************************
* DS-MRR implementation, essentially copied from InnoDB/MyISAM/Maria
***************************************************************************/
@@ -95,11 +96,6 @@ PATENT RIGHTS GRANT:
/**
* Multi Range Read interface, DS-MRR calls
*/
-#if MYSQL_VERSION_ID >= 100000
-#define COST_VECT Cost_estimate
-#endif
-
-
int ha_tokudb::multi_range_read_init(RANGE_SEQ_IF *seq, void *seq_init_param,
uint n_ranges, uint mode,
HANDLER_BUFFER *buf)