From fb74197b3affc05405439458d01e2f45eec47816 Mon Sep 17 00:00:00 2001 From: rowanbeentje Date: Mon, 21 Jan 2013 00:51:01 +0000 Subject: - Fix a problem where the row count for InnoDB would not be displayed as an accurate value, whatever the Preferences setting, if the Content table was not selected - Clean up code slightly - Remove an unneccessary query being used for the table information view, speeding up display slightly --- Source/SPTableData.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Source/SPTableData.h') diff --git a/Source/SPTableData.h b/Source/SPTableData.h index 51f2fd73..0806bd8b 100644 --- a/Source/SPTableData.h +++ b/Source/SPTableData.h @@ -81,6 +81,7 @@ - (NSDictionary *) informationForView:(NSString *)viewName; - (BOOL) updateStatusInformationForCurrentTable; - (BOOL) updateTriggersForCurrentTable; +- (BOOL) updateAccurateNumberOfRowsForCurrentTableForcingUpdate:(BOOL)alwaysUpdate; - (NSDictionary *) parseFieldDefinitionStringParts:(NSArray *)definitionParts; - (NSArray *) primaryKeyColumnNames; -- cgit v1.2.3