1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

MDEV-8954 unnecessary fetch of entire table

Merged fix into 10.2.
This commit is contained in:
Jacob Mathew
2017-05-01 16:04:47 -07:00
parent 5ccaabe962
commit 7afcee4cf6
9 changed files with 221 additions and 0 deletions

View File

@@ -1128,6 +1128,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
);