Index: 64-bit/src/odbc/odbc-main.lisp
===================================================================
--- 64-bit/src/odbc/odbc-main.lisp	(revision 64-bit,12)
+++ 64-bit/src/odbc/odbc-main.lisp	(revision 64-bit,14)
@@ -71,7 +71,10 @@
                ;; for mysql/unoixodbc (get-odbc-info con $SQL_USER_NAME) core dumps
                ;; not known if this is mysql specific or unixodbc specific
-               (if (equalp dbms-name "MySQL")
-                 "unknown"
-                 (get-odbc-info con $SQL_USER_NAME))))
+             ;; rav, 20.12.2007 remove the check, it works with mysql 5.0 on windows
+               ;(if (equalp dbms-name "MySQL")
+               ;  "unknown"
+                 (get-odbc-info con $SQL_USER_NAME)
+               ;  )
+                 ))
              
        (when is-txn-capable
