[dovecot-cvs] dovecot/src/lib-storage/index/mbox mbox-storage.c, 1.145, 1.146

tss-movial at dovecot.org tss-movial at dovecot.org
Thu Jun 8 15:49:41 EEST 2006


Update of /var/lib/cvs/dovecot/src/lib-storage/index/mbox
In directory talvi:/tmp/cvs-serv22007/lib-storage/index/mbox

Modified Files:
	mbox-storage.c 
Log Message:
Changed mail-storage API to do the mail sorting internally. Optimized it
internally to keep a 32bit sort_id field in index for each used primary sort
condition. Practically this should mean less disk I/O, memory and CPU usage
when SORT command is used.



Index: mbox-storage.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib-storage/index/mbox/mbox-storage.c,v
retrieving revision 1.145
retrieving revision 1.146
diff -u -d -r1.145 -r1.146
--- mbox-storage.c	14 Apr 2006 12:30:22 -0000	1.145
+++ mbox-storage.c	8 Jun 2006 12:49:39 -0000	1.146
@@ -1121,7 +1121,6 @@
 		index_mail_alloc,
 		index_header_lookup_init,
 		index_header_lookup_deinit,
-		index_storage_search_get_sorting,
 		index_storage_search_init,
 		index_storage_search_deinit,
 		index_storage_search_next,



More information about the dovecot-cvs mailing list