gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r3876 - GNUnet/src/applications/dstore


From: grothoff
Subject: [GNUnet-SVN] r3876 - GNUnet/src/applications/dstore
Date: Sun, 3 Dec 2006 18:04:18 -0800 (PST)

Author: grothoff
Date: 2006-12-03 18:04:16 -0800 (Sun, 03 Dec 2006)
New Revision: 3876

Modified:
   GNUnet/src/applications/dstore/dstore.c
Log:
adding indices

Modified: GNUnet/src/applications/dstore/dstore.c
===================================================================
--- GNUnet/src/applications/dstore/dstore.c     2006-12-04 02:02:06 UTC (rev 
3875)
+++ GNUnet/src/applications/dstore/dstore.c     2006-12-04 02:04:16 UTC (rev 
3876)
@@ -112,6 +112,16 @@
               NULL,
               NULL,
               NULL);
+  sqlite3_exec(dbh,
+              "CREATE INDEX idx_key ON ds071 (key)",
+              NULL, 
+              NULL, 
+              NULL);
+  sqlite3_exec(dbh,
+              "CREATE INDEX idx_puttime ON ds071 (puttime)",
+              NULL, 
+              NULL, 
+              NULL);
 }
 
 /**





reply via email to

[Prev in Thread] Current Thread [Next in Thread]