X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=sql%2Fexpressions.lisp;fp=sql%2Fexpressions.lisp;h=1479e67afa80d2edba6e5f4dc8d3bf339599640d;hp=9335ae0e0a5e0995357da7cabaa331de00778950;hb=49b3604f1b86ad2de1487f2da3b3b53c904eaf4a;hpb=1ec37492dedf271a4a05b0e852693319e573b898 diff --git a/sql/expressions.lisp b/sql/expressions.lisp index 9335ae0..1479e67 100644 --- a/sql/expressions.lisp +++ b/sql/expressions.lisp @@ -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)