Make GetPropertiesOfAllTables not virtual
This commit is contained in:
parent
6aef661230
commit
44a9cbda17
@ -437,7 +437,7 @@ class DB {
|
|||||||
|
|
||||||
virtual Status GetPropertiesOfAllTables(ColumnFamilyHandle* column_family,
|
virtual Status GetPropertiesOfAllTables(ColumnFamilyHandle* column_family,
|
||||||
TablePropertiesCollection* props) = 0;
|
TablePropertiesCollection* props) = 0;
|
||||||
virtual Status GetPropertiesOfAllTables(TablePropertiesCollection* props) {
|
Status GetPropertiesOfAllTables(TablePropertiesCollection* props) {
|
||||||
return GetPropertiesOfAllTables(DefaultColumnFamily(), props);
|
return GetPropertiesOfAllTables(DefaultColumnFamily(), props);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user