gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r5327 - GNUnet/src/applications/sqstore_mysql
Date: Sat, 21 Jul 2007 01:21:17 -0600 (MDT)

Author: grothoff
Date: 2007-07-21 01:21:17 -0600 (Sat, 21 Jul 2007)
New Revision: 5327

Modified:
   GNUnet/src/applications/sqstore_mysql/mysql.c
Log:
unsigned

Modified: GNUnet/src/applications/sqstore_mysql/mysql.c
===================================================================
--- GNUnet/src/applications/sqstore_mysql/mysql.c       2007-07-20 22:10:40 UTC 
(rev 5326)
+++ GNUnet/src/applications/sqstore_mysql/mysql.c       2007-07-21 07:21:17 UTC 
(rev 5327)
@@ -348,11 +348,11 @@
         }
       mysql_query (dbhI->dbf,
                    "CREATE TABLE IF NOT EXISTS gn070 ("
-                   " size INT(11) NOT NULL DEFAULT 0,"
-                   " type INT(11) NOT NULL DEFAULT 0,"
-                   " prio INT(11) NOT NULL DEFAULT 0,"
-                   " anonLevel INT(11) NOT NULL DEFAULT 0,"
-                   " expire BIGINT NOT NULL DEFAULT 0,"
+                   " size INT(11) UNSIGNED NOT NULL DEFAULT 0,"
+                   " type INT(11) UNSIGNED NOT NULL DEFAULT 0,"
+                   " prio INT(11) UNSIGNED NOT NULL DEFAULT 0,"
+                   " anonLevel INT(11) UNSIGNED NOT NULL DEFAULT 0,"
+                   " expire BIGINT UNSIGNED NOT NULL DEFAULT 0,"
                    " hash TINYBLOB NOT NULL DEFAULT '',"
                    " value BLOB NOT NULL DEFAULT '',"
                    " INDEX (hash(64)),"





reply via email to

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