diff options
author | Pjotr Prins | 2024-05-07 13:53:32 +0200 |
---|---|---|
committer | Pjotr Prins | 2024-05-07 13:53:32 +0200 |
commit | a950fc8d6c856bf700841514af113d689e30afc5 (patch) | |
tree | 0d874172b57c65075898cf9981386884a9ba257e /gn/db/mysql.scm | |
parent | 91ed2e9f0f1c5bd96b4378db0cdfe88fdbb4d01a (diff) | |
download | gn-guile-a950fc8d6c856bf700841514af113d689e30afc5.tar.gz |
Fetch a batch of traits so we can process faster
Diffstat (limited to 'gn/db/mysql.scm')
-rw-r--r-- | gn/db/mysql.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gn/db/mysql.scm b/gn/db/mysql.scm index 66f28db..ccd414a 100644 --- a/gn/db/mysql.scm +++ b/gn/db/mysql.scm @@ -29,8 +29,8 @@ (define (db-open) (begin - (display "===> OPENING DB") - (newline) + ;; (display "===> OPENING DB") + ;; (newline) (let [(db (dbi-open "mysql" "webqtlout:webqtlout:db_webqtl:tcp:127.0.0.1:3306"))] (ensure db) db |