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