1
0
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:
unknown
2006-06-27 13:12:34 +02:00
parent 89dbf165c3
commit da70a12cb7
10 changed files with 39 additions and 62 deletions

View File

@ -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.
*/