clsql/db-mysql clsql-mysql.dll,1.1,1.2 clsql-mysql.lib,1.1,1.2 mysql-loader.lisp,1.8,1.9

"Kevin M. Rosenberg" <[email protected]> Sat, 17 May 2003 00:11:18 -0600
Newsgroups gmane.lisp.clsql.cvs
Message-ID <[email protected]>
Update of /pubcvs/clsql/db-mysql
In directory boa.b9.com:/tmp/cvs-serv18124/db-mysql

Modified Files:
	clsql-mysql.dll clsql-mysql.lib mysql-loader.lisp 
Log Message:
win32 fixes

Index: clsql-mysql.dll
===================================================================
RCS file: /pubcvs/clsql/db-mysql/clsql-mysql.dll,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
Binary files /tmp/cvsNJFJXg and /tmp/cvskIFrHn differ

Index: clsql-mysql.lib
===================================================================
RCS file: /pubcvs/clsql/db-mysql/clsql-mysql.lib,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
Binary files /tmp/cvsguXqpg and /tmp/cvsiyXjDm differ

Index: mysql-loader.lisp
===================================================================
RCS file: /pubcvs/clsql/db-mysql/mysql-loader.lisp,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** mysql-loader.lisp	17 May 2003 06:03:03 -0000	1.8
--- mysql-loader.lisp	17 May 2003 06:11:16 -0000	1.9
***************
*** 43,47 ****
        "/usr/local/lib/"
        "/home/kevin/debian/src/clsql/db-mysql/")
!    :drive-letters '("C" "D" "E")))
    
  (defvar *mysql-library-candidate-names*
--- 43,47 ----
        "/usr/local/lib/"
        "/home/kevin/debian/src/clsql/db-mysql/")
!    :drive-letters '("C")))
    
  (defvar *mysql-library-candidate-names*
***************
*** 84,87 ****
--- 84,88 ----
  				    (append *mysql-supporting-libraries*)))
  	(setq *mysql-library-loaded* t)
+ 	#+ignore ;; return value not set
        (error "Unable to load MySQL client library ~A or CLSQL-MySQL library ~A"
  	    mysql-path *clsql-mysql-library-path*))))