OSDN Git Service

implement ch scan system.(alpha)
authorgn64_jp <gn64_jp@4e526526-5e11-4fc0-8910-f8fd03428081>
Sat, 6 Nov 2010 08:35:57 +0000 (08:35 +0000)
committergn64_jp <gn64_jp@4e526526-5e11-4fc0-8910-f8fd03428081>
Sat, 6 Nov 2010 08:35:57 +0000 (08:35 +0000)
git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/rec10@744 4e526526-5e11-4fc0-8910-f8fd03428081

rec10/trunk/src/dbMySQL.py

index 522b7cd..89b80ea 100644 (file)
@@ -718,7 +718,7 @@ class DB_MySQL:
             installed TINYINT DEFAULT 0,\
             version TINYINT\
             )")
-            db[1].execute("INSERT IGNORE into in_status VALUE (0,0,0,0,0)")
+            db[1].execute("INSERT IGNORE into in_status VALUE (0,0,0,0,0,0)")
         except Exception, inst:
             recdblist.Commonlogex("Error", "new_in_status (dbMySQL.py)", str(type(inst)),str(inst)+traceback.format_exc(),log_level=800)
         self.close_db(db)