Revert "If running on a threaded lisp try loading libmysqlclient_r"
authorNathan Bird <nathan@acceleration.net>
Tue, 24 Apr 2012 14:57:42 +0000 (10:57 -0400)
committerNathan Bird <nathan@acceleration.net>
Tue, 24 Apr 2012 16:02:27 +0000 (12:02 -0400)
This reverts commit 7127589ca079f4f4279be601ebd272b7488906b4.

While I think this might be right, I've not gotten a chance to test
this at all. Aside from that, on my system (ubuntu 12.04 x86_64) both
versions symlink to the same shared object.

ChangeLog
db-mysql/mysql-loader.lisp

index 97264eb113e34e5a564469b806b398d7dfb3560f..8ee52db960c452b94d9c841dc954eb45f0cb68ec 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
        ODBC connection specs, and added example code connecting to ODBC
        databases.
 
-2012-02-22  Nathan Bird  <nathan@acceleration.net>
-
-       * db-mysql/mysql-loader.lisp (*mysql-library-candidate-names*): If
-       running on a threaded lisp try loading libmysqlclient_r (the
-       threaded build) first. from
-       http://dev.mysql.com/doc/refman/5.1/en/threaded-clients.html
-
 2012-01-05  Nathan Bird  <nathan@acceleration.net>
 
        * db-odbc/odbc-dbi.lisp: handle sql decimal type in the same way
index cb75e5e5b3959db88f637aa4a94a2dcf499ce256..afea3e5415359a5dd155b1ff1a86c95c0335d050 100644 (file)
     "clsql_mysql"))
 
 (defvar *mysql-library-candidate-names*
-  '(
-    #+(or allegro cmu lispworks openmcl sb-thread scl) "libmysqlclient_r"
-    "libmysqlclient"
-    "libmysql"))
-
-
+  '("libmysqlclient" "libmysql"))
 
 (defvar *mysql-supporting-libraries* '("c")
   "Used only by CMU. List of library flags needed to be passed to ld to