From: Kevin M. Rosenberg Date: Fri, 5 Apr 2013 22:02:54 +0000 (-0600) Subject: Support new syntax of MySQL X-Git-Url: http://git.kpe.io/?p=umlisp.git;a=commitdiff_plain;h=cd3b91a343663cc9f12fd551e454de552be9ff9d Support new syntax of MySQL --- diff --git a/create-sql.lisp b/create-sql.lisp index 9740877..71195c3 100644 --- a/create-sql.lisp +++ b/create-sql.lisp @@ -44,7 +44,7 @@ " MAX_ROWS=200000000" "") (if (eq *umls-sql-type* :mysql) - " TYPE=MYISAM CHARACTER SET utf8 COLLATE utf8_bin" + " ENGINE=MYISAM CHARACTER SET utf8 COLLATE utf8_bin" "")))) (defun create-custom-table-cmd (tablename sql-cmd)