Changeset 64-bit,14 for 64-bit/src/odbc/odbc-main.lisp
- Timestamp:
- 02/04/2008 01:04:49 AM (18 years ago)
- branch-nick:
- test
- parents:
Rev Tree Chgset 13 @64-bit,13 [64-bit,13] 2.1.2 @64-bit,2.1.2 [64-bit,2.1.2] - revision id:
- dsowen@fugue88.ws-20080204010449-nsb37e7z6qeykwgv
- File:
-
- 1 edited
-
64-bit/src/odbc/odbc-main.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
64-bit/src/odbc/odbc-main.lisp
r13 r14 71 71 ;; for mysql/unoixodbc (get-odbc-info con $SQL_USER_NAME) core dumps 72 72 ;; 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 )) 76 79 77 80 (when is-txn-capable
Note: See TracChangeset
for help on using the changeset viewer.
