mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge of bug#51851.
Also moved HA_DATA_PARTITION from ha_partition.cc to table.h.
This commit is contained in:
@ -961,7 +961,7 @@ typedef struct {
|
||||
ulong check_time;
|
||||
ulong update_time;
|
||||
ulonglong check_sum;
|
||||
} PARTITION_INFO;
|
||||
} PARTITION_STATS;
|
||||
|
||||
#define UNDEF_NODEGROUP 65535
|
||||
class Item;
|
||||
@ -1560,7 +1560,7 @@ public:
|
||||
{ return (ha_rows) 10; }
|
||||
virtual void position(const uchar *record)=0;
|
||||
virtual int info(uint)=0; // see my_base.h for full description
|
||||
virtual void get_dynamic_partition_info(PARTITION_INFO *stat_info,
|
||||
virtual void get_dynamic_partition_info(PARTITION_STATS *stat_info,
|
||||
uint part_id);
|
||||
virtual int extra(enum ha_extra_function operation)
|
||||
{ return 0; }
|
||||
|
Reference in New Issue
Block a user