Support new syntax of MySQL
authorKevin M. Rosenberg <kevin@rosenberg.net>
Fri, 5 Apr 2013 22:02:54 +0000 (16:02 -0600)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Fri, 5 Apr 2013 22:02:54 +0000 (16:02 -0600)
create-sql.lisp

index 974087726b0dde19e71c699399e0311f15bcb7d4..71195c3962b0381cdb4cec0a114e5cf4c2953949 100644 (file)
@@ -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)