Commit a4d15b91 authored by Yoshinori Okuji's avatar Yoshinori Okuji

Fix arguments to handleAnswerTIDs. Change the MySQL database to use BIGINT...

Fix arguments to handleAnswerTIDs. Change the MySQL database to use BIGINT rather than BINARY for oid, serial and tid.

git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@165 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent 99d73db1
......@@ -238,7 +238,7 @@ class EventHandler(object):
self.handleUnexpectedPacket(conn, packet)
def handleAnswerTIDs(self, conn, packet, tid_list):
self.handleUnexpectedPacket(conn, conn, packet, packet)
self.handleUnexpectedPacket(conn, packet)
def handleAskTransactionInformation(self, conn, packet, tid):
self.handleUnexpectedPacket(conn, packet)
......
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment