Mysql > CREATE TABLE: use 'engine' keyword instead of 'type'.
[clsql.git] / sql / expressions.lisp
index 9335ae0e0a5e0995357da7cabaa331de00778950..1479e67afa80d2edba6e5f4dc8d3bf339599640d 100644 (file)
@@ -939,7 +939,7 @@ uninclusive, and the args from that keyword to the end."
       (when (and (eq :mysql (database-underlying-type database))
                  transactions
                  (db-type-transaction-capable? :mysql database))
-        (write-string " Type=InnoDB" *sql-stream*))))
+        (write-string " ENGINE=innodb" *sql-stream*))))
   t)