mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 04:22:27 +01:00
remove unsed variable
This commit is contained in:
parent
8e613458e1
commit
1a7158b88a
1 changed files 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++)
|
||||
|
|
Loading…
Reference in a new issue