Mercurial > hg > amuse
changeset 148:c8db9d1bd191
implementations/geerdes/connect.lisp: don't connect to database automatically when loading
darcs-hash:20071025115114-c0ce4-72985ffbc6d18f722305bcdecae002db127407d1.gz
author | Marcus Pearce <m.pearce@gold.ac.uk> |
---|---|
date | Thu, 25 Oct 2007 12:51:14 +0100 |
parents | 8156c30c0c53 |
children | a45da9b93b37 |
files | implementations/geerdes/connect.lisp |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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)