X-Git-Url: http://git.kpe.io/?p=umlisp.git;a=blobdiff_plain;f=create-sql.lisp;h=71195c3962b0381cdb4cec0a114e5cf4c2953949;hp=974087726b0dde19e71c699399e0311f15bcb7d4;hb=cd3b91a343663cc9f12fd551e454de552be9ff9d;hpb=9d3b7b50a36bc1d056d72a53ab5a541e16a3b103 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)