From cd3b91a343663cc9f12fd551e454de552be9ff9d Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Fri, 5 Apr 2013 16:02:54 -0600 Subject: [PATCH] Support new syntax of MySQL --- create-sql.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.34.1