r8939: add database type slot
[clsql.git] / db-mysql / mysql-sql.lisp
index 55918a935600d81aa07c738f2b026f948c04582f..87b78f3f4f5757414c76976d1a0bcc5d0fcef7b4 100644 (file)
                  (make-instance 'mysql-database
                    :name (database-name-from-spec connection-spec
                                                   database-type)
+                   :database-type :mysql
                    :connection-spec connection-spec
                    :mysql-ptr mysql-ptr))
              (when error-occurred (mysql-close mysql-ptr)))))))))