Ignore:
Timestamp:
02/04/2008 01:04:49 AM (18 years ago)
Author:
David Owen <dsowen@…>
branch-nick:
test
parents:
RevTreeChgset
2.1.11@combined,2.1.11[combined,2.1.11]
4@combined,4[combined,4]
revision id:
dsowen@fugue88.ws-20080204010449-nsb37e7z6qeykwgv
Message:

Merge from vendor.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • combined/src/odbc/odbc-main.lisp

    r2.1.11 r2.1.12  
    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.