r9279: Handle differences in direct-slot-definition values which
[clsql.git] / tests / test-init.lisp
index 76a7bffc6496f97fc03f70d3b7a05ae5cf0312b6..c899867e2ea46dd2ffce5563906231ec40615e59 100644 (file)
       (disconnect :database *default-database*))
   (test-connect-to-database :postgresql (car (postgresql-spec (read-specs))))
   (test-initialise-database))
+
+(defun rlm ()
+  "Rapid load for interactive testing."
+  (when *default-database*
+      (disconnect :database *default-database*))
+  (test-connect-to-database :mysql (car (mysql-spec (read-specs))))
+  (test-initialise-database))