ppf: Fix SQL script. Works in real world.
authorroot p2p-next-02 <root@p2p-next-02.grid.pub.ro>
Sun, 7 Aug 2011 18:48:06 +0000 (21:48 +0300)
committerroot p2p-next-02 <root@p2p-next-02.grid.pub.ro>
Sun, 7 Aug 2011 18:48:34 +0000 (21:48 +0300)
commit0d4d4c2c5b4fa1cff8624e36e2abc9b0229455ac
tree8a278086103cd5bd1c93ddf4a360e459bf7dbefc
parent405789c40e7f4ea7197997cc3c82bfabbf015ad6
ppf: Fix SQL script. Works in real world.

Correct MySQL syntax is INTEGER UNSIGNED instead of UNSIGNED INTEGER.
index is a reserver keyword in MySQL also. Use _index for column name.
Create p2p_logs_test database for testing.
ppf/sql/p2p-log-mysql.sql