[patch]: MySQL 6.x
Philip M. Gollucci
pgollucci at p6m7g8.com
Mon Jun 1 21:27:09 EDT 2009
Table_Type was deprecated in 5.0.x, and removed in 6.0.x
Index: sql/schema.mysql.pre
===================================================================
RCS file:
/space/cvs/marcuscom-cvs/portstools/tinderbox/sql/schema.mysql.pre,v
retrieving revision 1.72
diff -u -r1.72 schema.mysql.pre
--- sql/schema.mysql.pre 27 Mar 2009 04:05:41 -0000 1.72
+++ sql/schema.mysql.pre 2 Jun 2009 01:25:43 -0000
@@ -1,5 +1,5 @@
SET FOREIGN_KEY_CHECKS=0;
-SET SESSION table_type=InnoDB;
+SET SESSION storage_engine=InnoDB
DROP TABLE IF EXISTS ports;
CREATE TABLE ports (
More information about the tinderbox-list
mailing list