]> p2p-next.cs.pub.ro Git - cs-p2p-next.git/commitdiff
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 eff695045567b2c596e8fa739fbe9bf82a46161b..365bd7e27da175900a844035f0470c63e8bb77e6 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');