diff options
author | rowanbeentje <rowan@beent.je> | 2009-08-26 00:46:24 +0000 |
---|---|---|
committer | rowanbeentje <rowan@beent.je> | 2009-08-26 00:46:24 +0000 |
commit | 7de1a9a8517c2004e6a97543fbb1462d9c32f4d1 (patch) | |
tree | e5fe038f9dc6d55652e4e109adca542e468b2073 /Frameworks/MCPKit/MCPFoundationKit/MCPStreamingResult.h | |
parent | d4294235a11548d4712cf3174b0887eea50a5e4c (diff) | |
download | sequelpro-7de1a9a8517c2004e6a97543fbb1462d9c32f4d1.tar.gz sequelpro-7de1a9a8517c2004e6a97543fbb1462d9c32f4d1.tar.bz2 sequelpro-7de1a9a8517c2004e6a97543fbb1462d9c32f4d1.zip |
Alter CustomQuery to use StreamingResult to download and process result sets:
- Significantly improve memory usage
- Minor speedup (1.1x faster?) to overall query/display times
- Improvements to MCPStreamingResult and MCPConnection to accurately report affected row count
Diffstat (limited to 'Frameworks/MCPKit/MCPFoundationKit/MCPStreamingResult.h')
-rw-r--r-- | Frameworks/MCPKit/MCPFoundationKit/MCPStreamingResult.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Frameworks/MCPKit/MCPFoundationKit/MCPStreamingResult.h b/Frameworks/MCPKit/MCPFoundationKit/MCPStreamingResult.h index 146f81e7..38e59d1d 100644 --- a/Frameworks/MCPKit/MCPFoundationKit/MCPStreamingResult.h +++ b/Frameworks/MCPKit/MCPFoundationKit/MCPStreamingResult.h @@ -58,5 +58,6 @@ typedef struct SP_MYSQL_ROWS { // Results fetching - (NSArray *)fetchNextRowAsArray; +- (void) cancelResultLoad; @end
\ No newline at end of file |