diff options
author | Sergei Golubchik <serg@mariadb.org> | 2018-12-29 23:44:45 +0100 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2018-12-29 23:44:45 +0100 |
commit | aeefd26ecb1089678e343c64998749e9f2e3a1e4 (patch) | |
tree | a96f5fdff65a6d0a05d195a74a32bbb4aa0a58c1 /sql/opt_range.cc | |
parent | 50c9469be821e1942a8a9c5f37132e1855c40c86 (diff) | |
parent | 802ce9672ff630bbef08235e0e39bf599075f985 (diff) | |
download | mariadb-git-aeefd26ecb1089678e343c64998749e9f2e3a1e4.tar.gz |
Merge branch '10.0' into 10.1
Diffstat (limited to 'sql/opt_range.cc')
-rw-r--r-- | sql/opt_range.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sql/opt_range.cc b/sql/opt_range.cc index 41d74611abc..072f607fb51 100644 --- a/sql/opt_range.cc +++ b/sql/opt_range.cc @@ -2734,10 +2734,6 @@ bool create_key_parts_for_pseudo_indexes(RANGE_OPT_PARAM *param, { Field **field_ptr; TABLE *table= param->table; - partition_info *part_info= NULL; - #ifdef WITH_PARTITION_STORAGE_ENGINE - part_info= table->part_info; - #endif uint parts= 0; for (field_ptr= table->field; *field_ptr; field_ptr++) |