Skip to content

Commit 1a7158b

Browse files
committed
remove unsed variable
1 parent 8e61345 commit 1a7158b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

sql/opt_range.cc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3322,10 +3322,6 @@ bool create_key_parts_for_pseudo_indexes(RANGE_OPT_PARAM *param,
33223322
{
33233323
Field **field_ptr;
33243324
TABLE *table= param->table;
3325-
partition_info *part_info= NULL;
3326-
#ifdef WITH_PARTITION_STORAGE_ENGINE
3327-
part_info= table->part_info;
3328-
#endif
33293325
uint parts= 0;
33303326

33313327
for (field_ptr= table->field; *field_ptr; field_ptr++)

0 commit comments

Comments
 (0)