gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r2210 - GNUnet/src/applications/sqstore_mysql


From: durner
Subject: [GNUnet-SVN] r2210 - GNUnet/src/applications/sqstore_mysql
Date: Mon, 24 Oct 2005 11:44:07 -0700 (PDT)

Author: durner
Date: 2005-10-24 11:44:03 -0700 (Mon, 24 Oct 2005)
New Revision: 2210

Modified:
   GNUnet/src/applications/sqstore_mysql/mysql.c
Log:
fix MySQL 5 (Mantis #942)

Modified: GNUnet/src/applications/sqstore_mysql/mysql.c
===================================================================
--- GNUnet/src/applications/sqstore_mysql/mysql.c       2005-10-23 19:40:00 UTC 
(rev 2209)
+++ GNUnet/src/applications/sqstore_mysql/mysql.c       2005-10-24 18:44:03 UTC 
(rev 2210)
@@ -297,7 +297,7 @@
                " prio INT(11) NOT NULL DEFAULT 0,"
                " anonLevel INT(11) NOT NULL DEFAULT 0,"
                " expire BIGINT NOT NULL DEFAULT 0,"
-               " hash TINYBLOB BINARY NOT NULL DEFAULT '',"
+               " hash TINYBLOB NOT NULL DEFAULT '',"
                " value BLOB NOT NULL DEFAULT '',"
                " INDEX (hash(64)),"
                " INDEX (prio),"





reply via email to

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