Ignore:
Timestamp:
12/31/2007 02:17:16 PM (18 years ago)
Author:
raverkamp
revision id:
svn-v3-trunk1:1c22b0a8-4d0b-0410-a296-af6a2e6f35e3:plain-odbc%2Ftrunk:9
Message:

minor changes, test for mysql, delete of ffc dir

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 64-bit/src/odbc/odbc-main.lisp

    r2.1.1 r2.1.2  
    7171               ;; for mysql/unoixodbc (get-odbc-info con $SQL_USER_NAME) core dumps
    7272               ;; not known if this is mysql specific or unixodbc specific
    73                (if (equalp dbms-name "MySQL")
    74                  "unknown"
    75                  (get-odbc-info con $SQL_USER_NAME))))
     73             ;; rav, 20.12.2007 remove the check, it works with mysql 5.0 on windows
     74               ;(if (equalp dbms-name "MySQL")
     75               ;  "unknown"
     76                 (get-odbc-info con $SQL_USER_NAME)
     77               ;  )
     78                 ))
    7679             
    7780       (when is-txn-capable
Note: See TracChangeset for help on using the changeset viewer.