mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Bug #19852 Restoring backup made from cluster with full data memory fails
- post merge fixes for 5.1
This commit is contained in:
@ -830,13 +830,6 @@ public:
|
||||
*/
|
||||
virtual int getObjectVersion() const;
|
||||
|
||||
/**
|
||||
* Set/Get Maximum number of rows in table (only used to calculate
|
||||
* number of partitions).
|
||||
*/
|
||||
void setMaxRows(Uint64 maxRows);
|
||||
Uint64 getMaxRows() const;
|
||||
|
||||
/**
|
||||
* Set/Get indicator if default number of partitions is used in table.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user