diff options
author | Jacob Mathew <jacob.mathew@mariadb.com> | 2017-03-03 16:36:00 -0800 |
---|---|---|
committer | Jacob Mathew <jacob.mathew@mariadb.com> | 2017-03-03 16:36:00 -0800 |
commit | 6080b610c61dd39f0b685544beac3d6a67223152 (patch) | |
tree | 651de07d3b0523b8235eb2c9b0cb6b78cb499cbf /storage/spider/spd_db_mysql.h | |
parent | 554c60ab0d383e8e6d473294fb86a9db0b0d2b9b (diff) | |
download | mariadb-git-MDEV-8954.tar.gz |
Changes to fix Spider Performance Bug MDEV-8954 in 10.1MDEV-8954
Diffstat (limited to 'storage/spider/spd_db_mysql.h')
-rw-r--r-- | storage/spider/spd_db_mysql.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/storage/spider/spd_db_mysql.h b/storage/spider/spd_db_mysql.h index 48942d701dc..0619d8fde88 100644 --- a/storage/spider/spd_db_mysql.h +++ b/storage/spider/spd_db_mysql.h @@ -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 ); |