[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] r16351 - gnunet/src/datastore
From: |
gnunet |
Subject: |
[GNUnet-SVN] r16351 - gnunet/src/datastore |
Date: |
Wed, 3 Aug 2011 23:06:53 +0200 |
Author: grothoff
Date: 2011-08-03 23:06:53 +0200 (Wed, 03 Aug 2011)
New Revision: 16351
Modified:
gnunet/src/datastore/plugin_datastore_mysql.c
Log:
fix
Modified: gnunet/src/datastore/plugin_datastore_mysql.c
===================================================================
--- gnunet/src/datastore/plugin_datastore_mysql.c 2011-08-03 20:59:58 UTC
(rev 16350)
+++ gnunet/src/datastore/plugin_datastore_mysql.c 2011-08-03 21:06:53 UTC
(rev 16351)
@@ -1555,7 +1555,7 @@
" INDEX idx_hash (hash(64)),"
" INDEX idx_hash_uid (hash(64),uid),"
" INDEX idx_hash_vhash (hash(64),vhash(64)),"
- " INDEX idx_hash_type_rvalue (hash(64),type,rvalue),"
+ " INDEX idx_hash_type_uid (hash(64),type,rvalue),"
" INDEX idx_prio (prio),"
" INDEX idx_repl_rvalue (repl,rvalue),"
" INDEX idx_expire (expire),"
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] r16351 - gnunet/src/datastore,
gnunet <=