summaryrefslogtreecommitdiff
path: root/storage/spider/spd_db_oracle.h
diff options
context:
space:
mode:
authorJacob Mathew <jacob.mathew@mariadb.com>2017-05-01 16:04:47 -0700
committerJacob Mathew <jacob.mathew@mariadb.com>2017-05-01 16:04:47 -0700
commit7afcee4cf66c73ae3f9c5f04763b4b7a1d37e419 (patch)
tree61bf514a7845c604aed39a84f609eb3959f5d6e2 /storage/spider/spd_db_oracle.h
parent5ccaabe9620bcf9e960ae019d7e27e5998a772bd (diff)
downloadmariadb-git-7afcee4cf66c73ae3f9c5f04763b4b7a1d37e419.tar.gz
MDEV-8954 unnecessary fetch of entire table
Merged fix into 10.2.
Diffstat (limited to 'storage/spider/spd_db_oracle.h')
-rw-r--r--storage/spider/spd_db_oracle.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/storage/spider/spd_db_oracle.h b/storage/spider/spd_db_oracle.h
index 0e84435d9be..7a070f498da 100644
--- a/storage/spider/spd_db_oracle.h
+++ b/storage/spider/spd_db_oracle.h
@@ -1208,6 +1208,9 @@ public:
ulong sql_type,
int link_idx
);
+ bool is_sole_projection_field(
+ uint16 field_index
+ );
bool is_bulk_insert_exec_period(
bool bulk_end
);