# HG changeset patch # User Marcus Pearce # Date 1193313074 -3600 # Node ID c8db9d1bd191d44697b7b07ccadb03e5245aa04a # Parent 8156c30c0c53cdea5d883c4d5df16dcb90b4124b implementations/geerdes/connect.lisp: don't connect to database automatically when loading darcs-hash:20071025115114-c0ce4-72985ffbc6d18f722305bcdecae002db127407d1.gz diff -r 8156c30c0c53 -r c8db9d1bd191 implementations/geerdes/connect.lisp --- a/implementations/geerdes/connect.lisp Thu Oct 25 12:41:02 2007 +0100 +++ b/implementations/geerdes/connect.lisp Thu Oct 25 12:51:14 2007 +0100 @@ -8,4 +8,5 @@ :if-exists :old :database-type :mysql)) ;; might as well connect while I'm at it -(get-amuse-connection) +;; or not +;; (get-amuse-connection)