mysqlc/source/mysqlc_connection.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit f3c618e46e92bc906de6452c2889cf8fb42a8015
Author: Stephan Bergmann <sberg...@redhat.com>
Date:   Sun Mar 10 23:14:27 2013 +0100

    Adapt to removed MYSQL_LIB
    
    ...from cad422afb7a4dcd7592c502641b41a832703e536 "Adding libmariadb module 
for
    internal mariadb (work in progress)."
    
    Change-Id: Iba803a26be6f62589191122d4defc959cb3248eb

diff --git a/mysqlc/source/mysqlc_connection.cxx 
b/mysqlc/source/mysqlc_connection.cxx
index 717adf9..fe93623 100644
--- a/mysqlc/source/mysqlc_connection.cxx
+++ b/mysqlc/source/mysqlc_connection.cxx
@@ -195,7 +195,7 @@ void OConnection::construct(const OUString& url, const 
Sequence< PropertyValue >
             }
 
 #ifndef SYSTEM_MARIADB
-            ::rtl::OUString sMySQLClientLib( MYSQL_LIB  );
+            ::rtl::OUString sMySQLClientLib( "libmariadb" SAL_DLLEXTENSION );
 
             ::rtl::OUString moduleBase;
             OSL_VERIFY( ::osl::Module::getUrlFromAddress( &thisModule, 
moduleBase ) );
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to