ppf: (fix) Remove incorrent extra line in SQL file.
authorroot p2p-next-02 <root@p2p-next-02.grid.pub.ro>
Sun, 7 Aug 2011 18:29:03 +0000 (21:29 +0300)
committerroot p2p-next-02 <root@p2p-next-02.grid.pub.ro>
Sun, 7 Aug 2011 18:29:03 +0000 (21:29 +0300)
ppf/sql/p2p-log-mysql.sql

index eff6950..365bd7e 100644 (file)
@@ -142,8 +142,6 @@ INSERT INTO btclients(name, language, url, dht_support, streaming_support)
 INSERT INTO transfer_directions(value) VALUES('receive');
 INSERT INTO transfer_directions(value) VALUES('send');
 
-) ENGINE=InnoDB;
-
 -- insert into `message_types` table
 
 INSERT INTO message_types(value) VALUES('CHOKE');