Skip to content
Permalink
Browse files
remove unsed variable
  • Loading branch information
vuvova committed Dec 13, 2018
1 parent 8e61345 commit 1a7158b
Showing 1 changed file with 0 additions and 4 deletions.
@@ -3322,10 +3322,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++)

0 comments on commit 1a7158b

Please sign in to comment.