Fix build failure.
This commit is contained in:
parent
55b4a2ab87
commit
e81cd9dfe1
@ -2161,7 +2161,7 @@ bool partition_info::init_column_part()
|
|||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool partition_info::add_column_list_value(Item *item)
|
bool partition_info::add_column_list_value(THD *thd, Item *item)
|
||||||
{
|
{
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
@ -2169,4 +2169,9 @@ int partition_info::add_max_value()
|
|||||||
{
|
{
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void partition_info::print_debug(const char *str, uint *value)
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
#endif /* WITH_PARTITION_STORAGE_ENGINE */
|
#endif /* WITH_PARTITION_STORAGE_ENGINE */
|
||||||
|
@ -4955,6 +4955,7 @@ static void store_schema_partitions_record(THD *thd, TABLE *schema_table,
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ifdef WITH_PARTITION_STORAGE_ENGINE
|
||||||
static int
|
static int
|
||||||
get_partition_column_description(THD *thd,
|
get_partition_column_description(THD *thd,
|
||||||
partition_info *part_info,
|
partition_info *part_info,
|
||||||
@ -4998,6 +4999,7 @@ get_partition_column_description(THD *thd,
|
|||||||
}
|
}
|
||||||
DBUG_RETURN(0);
|
DBUG_RETURN(0);
|
||||||
}
|
}
|
||||||
|
#endif /* WITH_PARTITION_STORAGE_ENGINE */
|
||||||
|
|
||||||
static int get_schema_partitions_record(THD *thd, TABLE_LIST *tables,
|
static int get_schema_partitions_record(THD *thd, TABLE_LIST *tables,
|
||||||
TABLE *table, bool res,
|
TABLE *table, bool res,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user