]> git.mxchange.org Git - friendica.git/commitdiff
only convert tables in friendica DB
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Thu, 8 Dec 2016 19:29:06 +0000 (20:29 +0100)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Thu, 8 Dec 2016 19:29:06 +0000 (20:29 +0100)
util/convert_innodb.sql

index 6b065f3b25067236972217ab6ae6a947700fcb6c..bcc87222af75438d3c2ac400fa03c95a8026312d 100644 (file)
@@ -1,4 +1,4 @@
 
 SELECT CONCAT('ALTER TABLE ',table_schema,'.',table_name,' engine=InnoDB;') 
 FROM information_schema.tables 
-WHERE engine = 'MyISAM';
+WHERE engine = 'MyISAM' AND  `table_schema` = 'friendica';